Html Css Color HEX #C024CA Deep Magenta

📋 copy color: '#C024CA'

red 192 ◦ green 36 ◦ blue 202

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

Shades of Deep Magenta #C024CA

Tints of Deep Magenta #C024CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 44.65%
G = 8.37%
B = 46.98%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C024CA (or 0xC024CA) is known color: Deep Magenta. HEX triplet: C0, 24 and CA. RGB value is (192,36,202). Sum of RGB (Red+Green+Blue) = 192+36+202=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #C024CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024CA is #3FDB35. Grayscale: #656565. Windows color (decimal): -4184886 or 13247680. OLE color: 13247680.

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

Color convert

RGB 192 36 202 -
CMYK 0.05 0.82 0 0.21
HSL 296.39º 0.7% 0.47% -
HSV(B) 296.39º 0.82% 0.79% -
XYZ 33.03 16.73 57.37 -
YUV 101.57 184.68 192.5 -
System Red Green Blue C M Y K H S L
Decimal 192 36 202 0.05 0.82 0 0.21 296.39 0.7 0.47
Hex C0 24 CA 5 52 0 15 128 46 2F
Octal 300 44 312 5 122 0 25 450 106 57
Binary 11000000 100100 11001010 101 1010010 0 10101 100101000 1000110 101111

Color Harmonies of #C024CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024CA

Black with #C024CA

Text Example


Text Example

White with #C024CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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