Html Css Color HEX #C024BD Deep Magenta

📋 copy color: '#C024BD'

red 192 ◦ green 36 ◦ blue 189

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

Shades of Deep Magenta #C024BD

Tints of Deep Magenta #C024BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 46.04%
G = 8.63%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C024BD (or 0xC024BD) is known color: Deep Magenta. HEX triplet: C0, 24 and BD. RGB value is (192,36,189). Sum of RGB (Red+Green+Blue) = 192+36+189=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C024BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024BD is #3FDB42. Grayscale: #636363. Windows color (decimal): -4184899 or 12395712. OLE color: 12395712.

HSL color Cylindrical-coordinate representation of color #C024BD: hue angle of 301.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C024BD is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 189 -
CMYK 0 0.81 0.02 0.25
HSL 301.15º 0.68% 0.45% -
HSV(B) 301.15º 0.81% 0.75% -
XYZ 31.55 16.14 49.6 -
YUV 100.09 178.18 193.56 -
System Red Green Blue C M Y K H S L
Decimal 192 36 189 0 0.81 0.02 0.25 301.15 0.68 0.45
Hex C0 24 BD 0 51 2 19 12D 44 2D
Octal 300 44 275 0 121 2 31 455 104 55
Binary 11000000 100100 10111101 0 1010001 10 11001 100101101 1000100 101101

Color Harmonies of #C024BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024BD

Black with #C024BD

Text Example


Text Example

White with #C024BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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