Html Css Color HEX #CF07DC Deep Magenta

📋 copy color: '#CF07DC'

red 207 ◦ green 7 ◦ blue 220

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

Shades of Deep Magenta #CF07DC

Tints of Deep Magenta #CF07DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.61%

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 47.7%
G = 1.61%
B = 50.69%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF07DC (or 0xCF07DC) is known color: Deep Magenta. HEX triplet: CF, 07 and DC. RGB value is (207,7,220). Sum of RGB (Red+Green+Blue) = 207+7+220=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF07DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07DC is #30F823. Grayscale: #5A5A5A. Windows color (decimal): -3209252 or 14419919. OLE color: 14419919.

HSL color Cylindrical-coordinate representation of color #CF07DC: hue angle of 296.34º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07DC is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 7 220 -
CMYK 0.06 0.97 0 0.14
HSL 296.34º 0.94% 0.45% -
HSV(B) 296.34º 0.97% 0.86% -
XYZ 38.73 18.58 69.26 -
YUV 91.08 200.76 210.68 -
System Red Green Blue C M Y K H S L
Decimal 207 7 220 0.06 0.97 0 0.14 296.34 0.94 0.45
Hex CF 7 DC 6 61 0 E 128 5E 2D
Octal 317 7 334 6 141 0 16 450 136 55
Binary 11001111 111 11011100 110 1100001 0 1110 100101000 1011110 101101

Color Harmonies of #CF07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF07DC

Black with #CF07DC

Text Example


Text Example

White with #CF07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF07DC; }

 p { color: rgb(207,7,220); }

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

background-color css

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

 a { background-color: rgb(207,7,220); }

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

border-color css

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

 span { border-color: rgb(207,7,220); }

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