Html Css Color HEX #C024C2 Deep Magenta

📋 copy color: '#C024C2'

red 192 ◦ green 36 ◦ blue 194

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

Shades of Deep Magenta #C024C2

Tints of Deep Magenta #C024C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.97%

R = 45.5%
G = 8.53%
B = 45.97%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C024C2 (or 0xC024C2) is known color: Deep Magenta. HEX triplet: C0, 24 and C2. RGB value is (192,36,194). Sum of RGB (Red+Green+Blue) = 192+36+194=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #C024C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024C2 is #3FDB3D. Grayscale: #646464. Windows color (decimal): -4184894 or 12723392. OLE color: 12723392.

HSL color Cylindrical-coordinate representation of color #C024C2: hue angle of 299.24º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C024C2 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 36 194 -
CMYK 0.01 0.81 0 0.24
HSL 299.24º 0.69% 0.45% -
HSV(B) 299.24º 0.81% 0.76% -
XYZ 32.11 16.36 52.51 -
YUV 100.66 180.68 193.15 -
System Red Green Blue C M Y K H S L
Decimal 192 36 194 0.01 0.81 0 0.24 299.24 0.69 0.45
Hex C0 24 C2 1 51 0 18 12B 45 2D
Octal 300 44 302 1 121 0 30 453 105 55
Binary 11000000 100100 11000010 1 1010001 0 11000 100101011 1000101 101101

Color Harmonies of #C024C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024C2

Black with #C024C2

Text Example


Text Example

White with #C024C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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