Html Css Color HEX #CF00DE Deep Magenta

📋 copy color: '#CF00DE'

red 207 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #CF00DE

Tints of Deep Magenta #CF00DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 48.25%
G = 0%
B = 51.75%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF00DE (or 0xCF00DE) is known color: Deep Magenta. HEX triplet: CF, 00 and DE. RGB value is (207,0,222). Sum of RGB (Red+Green+Blue) = 207+0+222=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF00DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00DE is #30FF21. Grayscale: #565656. Windows color (decimal): -3211042 or 14549199. OLE color: 14549199.

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

Color convert

RGB 207 0 222 -
CMYK 0.07 1 0 0.13
HSL 295.95º 1% 0.44% -
HSV(B) 295.95º 1% 0.87% -
XYZ 38.92 18.54 70.63 -
YUV 87.2 204.08 213.45 -
System Red Green Blue C M Y K H S L
Decimal 207 0 222 0.07 1 0 0.13 295.95 1 0.44
Hex CF 0 DE 7 64 0 D 128 64 2C
Octal 317 0 336 7 144 0 15 450 144 54
Binary 11001111 0 11011110 111 1100100 0 1101 100101000 1100100 101100

Color Harmonies of #CF00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00DE

Black with #CF00DE

Text Example


Text Example

White with #CF00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00DE; }

 p { color: rgb(207,0,222); }

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

background-color css

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

 a { background-color: rgb(207,0,222); }

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

border-color css

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

 span { border-color: rgb(207,0,222); }

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