Html Css Color HEX #CF05DF Deep Magenta

📋 copy color: '#CF05DF'

red 207 ◦ green 5 ◦ blue 223

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

Shades of Deep Magenta #CF05DF

Tints of Deep Magenta #CF05DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

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

R = 47.59%
G = 1.15%
B = 51.26%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF05DF (or 0xCF05DF) is known color: Deep Magenta. HEX triplet: CF, 05 and DF. RGB value is (207,5,223). Sum of RGB (Red+Green+Blue) = 207+5+223=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF05DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF05DF is #30FA20. Grayscale: #595959. Windows color (decimal): -3209761 or 14616015. OLE color: 14616015.

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

Color convert

RGB 207 5 223 -
CMYK 0.07 0.98 0 0.13
HSL 295.6º 0.96% 0.45% -
HSV(B) 295.6º 0.98% 0.87% -
XYZ 39.11 18.7 71.36 -
YUV 90.25 202.92 211.27 -
System Red Green Blue C M Y K H S L
Decimal 207 5 223 0.07 0.98 0 0.13 295.6 0.96 0.45
Hex CF 5 DF 7 62 0 D 128 60 2D
Octal 317 5 337 7 142 0 15 450 140 55
Binary 11001111 101 11011111 111 1100010 0 1101 100101000 1100000 101101

Color Harmonies of #CF05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF05DF

Black with #CF05DF

Text Example


Text Example

White with #CF05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF05DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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