Html Css Color HEX #C024CC Deep Magenta

📋 copy color: '#C024CC'

red 192 ◦ green 36 ◦ blue 204

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

Shades of Deep Magenta #C024CC

Tints of Deep Magenta #C024CC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.33%

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

R = 44.44%
G = 8.33%
B = 47.22%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C024CC (or 0xC024CC) is known color: Deep Magenta. HEX triplet: C0, 24 and CC. RGB value is (192,36,204). Sum of RGB (Red+Green+Blue) = 192+36+204=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #C024CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024CC is #3FDB33. Grayscale: #656565. Windows color (decimal): -4184884 or 13378752. OLE color: 13378752.

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

Color convert

RGB 192 36 204 -
CMYK 0.06 0.82 0 0.2
HSL 295.71º 0.7% 0.47% -
HSV(B) 295.71º 0.82% 0.8% -
XYZ 33.27 16.83 58.62 -
YUV 101.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 192 36 204 0.06 0.82 0 0.2 295.71 0.7 0.47
Hex C0 24 CC 6 52 0 14 128 46 2F
Octal 300 44 314 6 122 0 24 450 106 57
Binary 11000000 100100 11001100 110 1010010 0 10100 100101000 1000110 101111

Color Harmonies of #C024CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024CC

Black with #C024CC

Text Example


Text Example

White with #C024CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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