Html Css Color HEX #CF06DF Deep Magenta

📋 copy color: '#CF06DF'

red 207 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #CF06DF

Tints of Deep Magenta #CF06DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 47.48%
G = 1.38%
B = 51.15%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF06DF (or 0xCF06DF) is known color: Deep Magenta. HEX triplet: CF, 06 and DF. RGB value is (207,6,223). Sum of RGB (Red+Green+Blue) = 207+6+223=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF06DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06DF is #30F920. Grayscale: #5A5A5A. Windows color (decimal): -3209505 or 14616271. OLE color: 14616271.

HSL color Cylindrical-coordinate representation of color #CF06DF: hue angle of 295.58º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF06DF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 6 223 -
CMYK 0.07 0.97 0 0.13
HSL 295.58º 0.95% 0.45% -
HSV(B) 295.58º 0.97% 0.87% -
XYZ 39.12 18.72 71.36 -
YUV 90.84 202.59 210.86 -
System Red Green Blue C M Y K H S L
Decimal 207 6 223 0.07 0.97 0 0.13 295.58 0.95 0.45
Hex CF 6 DF 7 61 0 D 128 5F 2D
Octal 317 6 337 7 141 0 15 450 137 55
Binary 11001111 110 11011111 111 1100001 0 1101 100101000 1011111 101101

Color Harmonies of #CF06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06DF

Black with #CF06DF

Text Example


Text Example

White with #CF06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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