Html Css Color HEX #C00CDE Deep Magenta

📋 copy color: '#C00CDE'

red 192 ◦ green 12 ◦ blue 222

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

Shades of Deep Magenta #C00CDE

Tints of Deep Magenta #C00CDE

RGB

 RED value IS 192 (75.39% from 255) = 45.07%

 GREEN value IS 12 (5.08% from 255) = 2.82%

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

R = 45.07%
G = 2.82%
B = 52.11%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C00CDE (or 0xC00CDE) is known color: Deep Magenta. HEX triplet: C0, 0C and DE. RGB value is (192,12,222). Sum of RGB (Red+Green+Blue) = 192+12+222=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #C00CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CDE is #3FF321. Grayscale: #595959. Windows color (decimal): -4191010 or 14552256. OLE color: 14552256.

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

Color convert

RGB 192 12 222 -
CMYK 0.14 0.95 0 0.13
HSL 291.43º 0.9% 0.46% -
HSV(B) 291.43º 0.95% 0.87% -
XYZ 35.05 16.74 70.49 -
YUV 89.76 202.63 200.92 -
System Red Green Blue C M Y K H S L
Decimal 192 12 222 0.14 0.95 0 0.13 291.43 0.9 0.46
Hex C0 C DE E 5F 0 D 123 5A 2E
Octal 300 14 336 16 137 0 15 443 132 56
Binary 11000000 1100 11011110 1110 1011111 0 1101 100100011 1011010 101110

Color Harmonies of #C00CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CDE

Black with #C00CDE

Text Example


Text Example

White with #C00CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CDE; }

 p { color: rgb(192,12,222); }

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

background-color css

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

 a { background-color: rgb(192,12,222); }

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

border-color css

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

 span { border-color: rgb(192,12,222); }

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