#C024C4

Color #C024C4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C024C4

Tints of Deep Magenta #C024C4

Color information

#C024C4 (or 0xC024C4) is unknown color: approx Deep Magenta. HEX triplet: C0, 24 and C4. RGB value is (192,36,196). Sum of RGB (Red+Green+Blue) = 192+36+196=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #C024C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024C4 is #3FDB3B. Grayscale: #646464. Windows color (decimal): -4184892 or 12854464. OLE color: 12854464.

HSL color Cylindrical-coordinate representation of color #C024C4: hue angle of 298.5º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C024C4 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19236196-
CMYK0.020.8200.23
HSL298.5º68.97%45.49%-
HSV(B)298.5º81.63%76.86%-
XYZ32.3316.4553.7-
YUV100.88181.68192.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 36 (14.45% from 255) = 8.49%
BLUE value IS 196 (76.95% from 255) = 46.23%
R=45.28%
G=8.49%
B=46.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal192361960.020.8200.23298.568.9745.49
HexC024C425201712a452d
Octal30044304212202745210555
Binary11000000100100110001001010100100101111001010101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C024C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C024C4; }

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

 H1.HeaderClassName
 {
   color: #C024C4;
 }
 .AnyTagClassName
 {
   color: #C024C4;
 }
</style>
background-color css

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

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

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

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

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

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