Html Css Color HEX #C004CE Deep Magenta

📋 copy color: '#C004CE'

red 192 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #C004CE

Tints of Deep Magenta #C004CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 47.76%
G = 1%
B = 51.24%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C004CE (or 0xC004CE) is known color: Deep Magenta. HEX triplet: C0, 04 and CE. RGB value is (192,4,206). Sum of RGB (Red+Green+Blue) = 192+4+206=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #C004CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004CE is #3FFB31. Grayscale: #525252. Windows color (decimal): -4193074 or 13501632. OLE color: 13501632.

HSL color Cylindrical-coordinate representation of color #C004CE: hue angle of 295.84º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004CE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 4 206 -
CMYK 0.07 0.98 0 0.19
HSL 295.84º 0.96% 0.41% -
HSV(B) 295.84º 0.98% 0.81% -
XYZ 32.92 15.75 59.7 -
YUV 83.24 197.28 205.57 -
System Red Green Blue C M Y K H S L
Decimal 192 4 206 0.07 0.98 0 0.19 295.84 0.96 0.41
Hex C0 4 CE 7 62 0 13 128 60 29
Octal 300 4 316 7 142 0 23 450 140 51
Binary 11000000 100 11001110 111 1100010 0 10011 100101000 1100000 101001

Color Harmonies of #C004CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004CE

Black with #C004CE

Text Example


Text Example

White with #C004CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004CE; }

 p { color: rgb(192,4,206); }

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

background-color css

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

 a { background-color: rgb(192,4,206); }

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

border-color css

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

 span { border-color: rgb(192,4,206); }

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