Html Css Color HEX #CF0ADE Deep Magenta

📋 copy color: '#CF0ADE'

red 207 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #CF0ADE

Tints of Deep Magenta #CF0ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.28%

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

R = 47.15%
G = 2.28%
B = 50.57%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF0ADE (or 0xCF0ADE) is known color: Deep Magenta. HEX triplet: CF, 0A and DE. RGB value is (207,10,222). Sum of RGB (Red+Green+Blue) = 207+10+222=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF0ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0ADE is #30F521. Grayscale: #5C5C5C. Windows color (decimal): -3208482 or 14551759. OLE color: 14551759.

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

Color convert

RGB 207 10 222 -
CMYK 0.07 0.95 0 0.13
HSL 295.75º 0.91% 0.45% -
HSV(B) 295.75º 0.95% 0.87% -
XYZ 39.03 18.76 70.67 -
YUV 93.07 200.77 209.26 -
System Red Green Blue C M Y K H S L
Decimal 207 10 222 0.07 0.95 0 0.13 295.75 0.91 0.45
Hex CF A DE 7 5F 0 D 128 5B 2D
Octal 317 12 336 7 137 0 15 450 133 55
Binary 11001111 1010 11011110 111 1011111 0 1101 100101000 1011011 101101

Color Harmonies of #CF0ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0ADE

Black with #CF0ADE

Text Example


Text Example

White with #CF0ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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