Html Css Color HEX #C024CF Deep Magenta

📋 copy color: '#C024CF'

red 192 ◦ green 36 ◦ blue 207

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

Shades of Deep Magenta #C024CF

Tints of Deep Magenta #C024CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 44.14%
G = 8.28%
B = 47.59%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C024CF (or 0xC024CF) is known color: Deep Magenta. HEX triplet: C0, 24 and CF. RGB value is (192,36,207). Sum of RGB (Red+Green+Blue) = 192+36+207=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #C024CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024CF is #3FDB30. Grayscale: #656565. Windows color (decimal): -4184881 or 13575360. OLE color: 13575360.

HSL color Cylindrical-coordinate representation of color #C024CF: hue angle of 294.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C024CF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 36 207 -
CMYK 0.07 0.83 0 0.19
HSL 294.74º 0.7% 0.48% -
HSV(B) 294.74º 0.83% 0.81% -
XYZ 33.63 16.97 60.54 -
YUV 102.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 192 36 207 0.07 0.83 0 0.19 294.74 0.7 0.48
Hex C0 24 CF 7 53 0 13 127 46 30
Octal 300 44 317 7 123 0 23 447 106 60
Binary 11000000 100100 11001111 111 1010011 0 10011 100100111 1000110 110000

Color Harmonies of #C024CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024CF

Black with #C024CF

Text Example


Text Example

White with #C024CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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