Html Css Color HEX #CF06CA Deep Magenta

📋 copy color: '#CF06CA'

red 207 ◦ green 6 ◦ blue 202

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

Shades of Deep Magenta #CF06CA

Tints of Deep Magenta #CF06CA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 49.88%
G = 1.45%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF06CA (or 0xCF06CA) is known color: Deep Magenta. HEX triplet: CF, 06 and CA. RGB value is (207,6,202). Sum of RGB (Red+Green+Blue) = 207+6+202=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06CA is #30F935. Grayscale: #575757. Windows color (decimal): -3209526 or 13240015. OLE color: 13240015.

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

Color convert

RGB 207 6 202 -
CMYK 0 0.97 0.02 0.19
HSL 301.49º 0.94% 0.42% -
HSV(B) 301.49º 0.97% 0.81% -
XYZ 36.46 17.66 57.36 -
YUV 88.44 192.09 212.56 -
System Red Green Blue C M Y K H S L
Decimal 207 6 202 0 0.97 0.02 0.19 301.49 0.94 0.42
Hex CF 6 CA 0 61 2 13 12D 5E 2A
Octal 317 6 312 0 141 2 23 455 136 52
Binary 11001111 110 11001010 0 1100001 10 10011 100101101 1011110 101010

Color Harmonies of #CF06CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06CA

Black with #CF06CA

Text Example


Text Example

White with #CF06CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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