Html Css Color HEX #CF07DE Deep Magenta

📋 copy color: '#CF07DE'

red 207 ◦ green 7 ◦ blue 222

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

Shades of Deep Magenta #CF07DE

Tints of Deep Magenta #CF07DE

RGB

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

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

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

R = 47.48%
G = 1.61%
B = 50.92%

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

#CF07DE (or 0xCF07DE) is known color: Deep Magenta. HEX triplet: CF, 07 and DE. RGB value is (207,7,222). Sum of RGB (Red+Green+Blue) = 207+7+222=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF07DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07DE is #30F821. Grayscale: #5A5A5A. Windows color (decimal): -3209250 or 14550991. OLE color: 14550991.

HSL color Cylindrical-coordinate representation of color #CF07DE: hue angle of 295.81º degrees, saturation: 0.94, 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 #CF07DE is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 7 222 -
CMYK 0.07 0.97 0 0.13
HSL 295.81º 0.94% 0.45% -
HSV(B) 295.81º 0.97% 0.87% -
XYZ 38.99 18.69 70.66 -
YUV 91.31 201.76 210.52 -
System Red Green Blue C M Y K H S L
Decimal 207 7 222 0.07 0.97 0 0.13 295.81 0.94 0.45
Hex CF 7 DE 7 61 0 D 128 5E 2D
Octal 317 7 336 7 141 0 15 450 136 55
Binary 11001111 111 11011110 111 1100001 0 1101 100101000 1011110 101101

Color Harmonies of #CF07DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF07DE

Black with #CF07DE

Text Example


Text Example

White with #CF07DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF07DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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