Html Css Color HEX #CF0FA6 Medium Violet Red

📋 copy color: '#CF0FA6'

red 207 ◦ green 15 ◦ blue 166

#CF0FA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CF0FA6

Tints of Medium Violet Red #CF0FA6

RGB

 RED value IS 207 (81.25% from 255) = 53.35%

 GREEN value IS 15 (6.25% from 255) = 3.87%

 BLUE value IS 166 (65.23% from 255) = 42.78%

R = 53.35%
G = 3.87%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF0FA6 (or 0xCF0FA6) is known color: Medium Violet Red. HEX triplet: CF, 0F and A6. RGB value is (207,15,166). Sum of RGB (Red+Green+Blue) = 207+15+166=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FA6 is #30F059. Grayscale: #595959. Windows color (decimal): -3207258 or 10883023. OLE color: 10883023.

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

Color convert

RGB 207 15 166 -
CMYK 0 0.93 0.20 0.19
HSL 312.81º 0.86% 0.44% -
HSV(B) 312.81º 0.93% 0.81% -
XYZ 32.79 16.36 37.51 -
YUV 89.62 171.11 211.72 -
System Red Green Blue C M Y K H S L
Decimal 207 15 166 0 0.93 0.20 0.19 312.81 0.86 0.44
Hex CF F A6 0 5D 14 13 139 56 2C
Octal 317 17 246 0 135 24 23 471 126 54
Binary 11001111 1111 10100110 0 1011101 10100 10011 100111001 1010110 101100

Color Harmonies of #CF0FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0FA6

Black with #CF0FA6

Text Example


Text Example

White with #CF0FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0FA6; }

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

 H1.HeaderClassName
 {
   color: #CF0FA6;
 }
 .AnyTagClassName
 {
   color: #CF0FA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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