#CA068B

Color #CA068B Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CA068B

Tints of Medium Violet Red #CA068B

Color information

#CA068B (or 0xCA068B) is unknown color: approx Medium Violet Red. HEX triplet: CA, 06 and 8B. RGB value is (202,6,139). Sum of RGB (Red+Green+Blue) = 202+6+139=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA068B is #35F974. Grayscale: #4F4F4F. Windows color (decimal): -3537269 or 9111242. OLE color: 9111242.

HSL color Cylindrical-coordinate representation of color #CA068B: hue angle of 319.29º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA068B is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB2026139-
CMYK00.970.310.21
HSL319.29º94.23%40.78%-
HSV(B)319.29º97.03%79.22%-
XYZ29.0814.5525.7-
YUV79.77161.43215.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 58.21%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=58.21%
G=1.73%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202613900.970.310.21319.2994.2340.78
HexCA68B0611F1513f5e29
Octal31262130141372547713651
Binary11001010110100010110110000111111101011001111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA068B; }

 p { color: rgb(202,6,139); }

 H1.HeaderClassName
 {
   color: #CA068B;
 }
 .AnyTagClassName
 {
   color: #CA068B;
 }
</style>
background-color css

<style>
 a { background-color: #CA068B; }

 a { background-color: rgb(202,6,139); }

 div.DivClassName
 {
   background-color: #CA068B;
 }
 .BgClassName
 {
   background-color: #CA068B;
 }
</style>
border-color css

<style>
 span { border-color: #CA068B; }

 span { border-color: rgb(202,6,139); }

 td.TdClassName
 {
   border-color: #CA068B;
 }
 .TagClassName
 {
   border-color: #CA068B;
 }
</style>