Html Css Color HEX #C024A5 Medium Violet Red

📋 copy color: '#C024A5'

red 192 ◦ green 36 ◦ blue 165

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

Shades of Medium Violet Red #C024A5

Tints of Medium Violet Red #C024A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.98%

R = 48.85%
G = 9.16%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C024A5 (or 0xC024A5) is known color: Medium Violet Red. HEX triplet: C0, 24 and A5. RGB value is (192,36,165). Sum of RGB (Red+Green+Blue) = 192+36+165=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C024A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C024A5 is #3FDB5A. Grayscale: #606060. Windows color (decimal): -4184923 or 10822848. OLE color: 10822848.

HSL color Cylindrical-coordinate representation of color #C024A5: hue angle of 310.38º 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 #C024A5 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 165 -
CMYK 0 0.81 0.14 0.25
HSL 310.38º 0.68% 0.45% -
HSV(B) 310.38º 0.81% 0.75% -
XYZ 29.16 15.18 36.99 -
YUV 97.35 166.18 195.51 -
System Red Green Blue C M Y K H S L
Decimal 192 36 165 0 0.81 0.14 0.25 310.38 0.68 0.45
Hex C0 24 A5 0 51 E 19 136 44 2D
Octal 300 44 245 0 121 16 31 466 104 55
Binary 11000000 100100 10100101 0 1010001 1110 11001 100110110 1000100 101101

Color Harmonies of #C024A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024A5

Black with #C024A5

Text Example


Text Example

White with #C024A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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