Html Css Color HEX #C004CC Deep Magenta

📋 copy color: '#C004CC'

red 192 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #C004CC

Tints of Deep Magenta #C004CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51%

R = 48%
G = 1%
B = 51%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C004CC (or 0xC004CC) is known color: Deep Magenta. HEX triplet: C0, 04 and CC. RGB value is (192,4,204). Sum of RGB (Red+Green+Blue) = 192+4+204=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #C004CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004CC is #3FFB33. Grayscale: #525252. Windows color (decimal): -4193076 or 13370560. OLE color: 13370560.

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

Color convert

RGB 192 4 204 -
CMYK 0.06 0.98 0 0.2
HSL 296.4º 0.96% 0.41% -
HSV(B) 296.4º 0.98% 0.8% -
XYZ 32.68 15.65 58.43 -
YUV 83.01 196.28 205.74 -
System Red Green Blue C M Y K H S L
Decimal 192 4 204 0.06 0.98 0 0.2 296.4 0.96 0.41
Hex C0 4 CC 6 62 0 14 128 60 29
Octal 300 4 314 6 142 0 24 450 140 51
Binary 11000000 100 11001100 110 1100010 0 10100 100101000 1100000 101001

Color Harmonies of #C004CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004CC

Black with #C004CC

Text Example


Text Example

White with #C004CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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