Html Css Color HEX #CF0CC6 Deep Magenta

📋 copy color: '#CF0CC6'

red 207 ◦ green 12 ◦ blue 198

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

Shades of Deep Magenta #CF0CC6

Tints of Deep Magenta #CF0CC6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.88%

 BLUE value IS 198 (77.73% from 255) = 47.48%

R = 49.64%
G = 2.88%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF0CC6 (or 0xCF0CC6) is known color: Deep Magenta. HEX triplet: CF, 0C and C6. RGB value is (207,12,198). Sum of RGB (Red+Green+Blue) = 207+12+198=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CC6 is #30F339. Grayscale: #5A5A5A. Windows color (decimal): -3207994 or 12979407. OLE color: 12979407.

HSL color Cylindrical-coordinate representation of color #CF0CC6: hue angle of 302.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0CC6 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 12 198 -
CMYK 0 0.94 0.04 0.19
HSL 302.77º 0.89% 0.43% -
HSV(B) 302.77º 0.94% 0.81% -
XYZ 36.06 17.61 54.92 -
YUV 91.51 188.1 210.38 -
System Red Green Blue C M Y K H S L
Decimal 207 12 198 0 0.94 0.04 0.19 302.77 0.89 0.43
Hex CF C C6 0 5E 4 13 12F 59 2B
Octal 317 14 306 0 136 4 23 457 131 53
Binary 11001111 1100 11000110 0 1011110 100 10011 100101111 1011001 101011

Color Harmonies of #CF0CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0CC6

Black with #CF0CC6

Text Example


Text Example

White with #CF0CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0CC6; }

 p { color: rgb(207,12,198); }

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

background-color css

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

 a { background-color: rgb(207,12,198); }

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

border-color css

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

 span { border-color: rgb(207,12,198); }

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