#CB0FA6

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

Shades of Medium Violet Red #CB0FA6

Tints of Medium Violet Red #CB0FA6

Color information

#CB0FA6 (or 0xCB0FA6) is unknown color: approx Medium Violet Red. HEX triplet: CB, 0F and A6. RGB value is (203,15,166). Sum of RGB (Red+Green+Blue) = 203+15+166=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0FA6 is #34F059. Grayscale: #585858. Windows color (decimal): -3469402 or 10883019. OLE color: 10883019.

HSL color Cylindrical-coordinate representation of color #CB0FA6: hue angle of 311.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0FA6 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB20315166-
CMYK00.930.180.20
HSL311.81º86.24%42.75%-
HSV(B)311.81º92.61%79.61%-
XYZ31.6815.7937.45-
YUV88.43171.78209.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.86%
GREEN value IS 15 (6.25% from 255) = 3.91%
BLUE value IS 166 (65.23% from 255) = 43.23%
R=52.86%
G=3.91%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031516600.930.180.20311.8186.2442.75
HexCBFA605D1214138562b
Octal313172460135222447012653
Binary110010111111101001100101110110010101001001110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0FA6; }

 p { color: rgb(203,15,166); }

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

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

 a { background-color: rgb(203,15,166); }

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

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

 span { border-color: rgb(203,15,166); }

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