Html Css Color HEX #C024CD Deep Magenta

📋 copy color: '#C024CD'

red 192 ◦ green 36 ◦ blue 205

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

Shades of Deep Magenta #C024CD

Tints of Deep Magenta #C024CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 44.34%
G = 8.31%
B = 47.34%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C024CD (or 0xC024CD) is known color: Deep Magenta. HEX triplet: C0, 24 and CD. RGB value is (192,36,205). Sum of RGB (Red+Green+Blue) = 192+36+205=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #C024CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024CD is #3FDB32. Grayscale: #656565. Windows color (decimal): -4184883 or 13444288. OLE color: 13444288.

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

Color convert

RGB 192 36 205 -
CMYK 0.06 0.82 0 0.20
HSL 295.38º 0.7% 0.47% -
HSV(B) 295.38º 0.82% 0.8% -
XYZ 33.39 16.88 59.26 -
YUV 101.91 186.18 192.26 -
System Red Green Blue C M Y K H S L
Decimal 192 36 205 0.06 0.82 0 0.20 295.38 0.7 0.47
Hex C0 24 CD 6 52 0 14 127 46 2F
Octal 300 44 315 6 122 0 24 447 106 57
Binary 11000000 100100 11001101 110 1010010 0 10100 100100111 1000110 101111

Color Harmonies of #C024CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024CD

Black with #C024CD

Text Example


Text Example

White with #C024CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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