Html Css Color HEX #C024CB Deep Magenta

📋 copy color: '#C024CB'

red 192 ◦ green 36 ◦ blue 203

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

Shades of Deep Magenta #C024CB

Tints of Deep Magenta #C024CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 44.55%
G = 8.35%
B = 47.1%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C024CB (or 0xC024CB) is known color: Deep Magenta. HEX triplet: C0, 24 and CB. RGB value is (192,36,203). Sum of RGB (Red+Green+Blue) = 192+36+203=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #C024CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024CB is #3FDB34. Grayscale: #656565. Windows color (decimal): -4184885 or 13313216. OLE color: 13313216.

HSL color Cylindrical-coordinate representation of color #C024CB: hue angle of 296.05º 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 #C024CB is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 36 203 -
CMYK 0.05 0.82 0 0.20
HSL 296.05º 0.7% 0.47% -
HSV(B) 296.05º 0.82% 0.8% -
XYZ 33.15 16.78 57.99 -
YUV 101.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 192 36 203 0.05 0.82 0 0.20 296.05 0.7 0.47
Hex C0 24 CB 5 52 0 14 128 46 2F
Octal 300 44 313 5 122 0 24 450 106 57
Binary 11000000 100100 11001011 101 1010010 0 10100 100101000 1000110 101111

Color Harmonies of #C024CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024CB

Black with #C024CB

Text Example


Text Example

White with #C024CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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