Html Css Color HEX #C024A1 Medium Violet Red

📋 copy color: '#C024A1'

red 192 ◦ green 36 ◦ blue 161

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

Shades of Medium Violet Red #C024A1

Tints of Medium Violet Red #C024A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.39%

R = 49.36%
G = 9.25%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C024A1 (or 0xC024A1) is known color: Medium Violet Red. HEX triplet: C0, 24 and A1. RGB value is (192,36,161). Sum of RGB (Red+Green+Blue) = 192+36+161=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C024A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C024A1 is #3FDB5E. Grayscale: #606060. Windows color (decimal): -4184927 or 10560704. OLE color: 10560704.

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

Color convert

RGB 192 36 161 -
CMYK 0 0.81 0.16 0.25
HSL 311.92º 0.68% 0.45% -
HSV(B) 311.92º 0.81% 0.75% -
XYZ 28.8 15.04 35.1 -
YUV 96.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 192 36 161 0 0.81 0.16 0.25 311.92 0.68 0.45
Hex C0 24 A1 0 51 10 19 138 44 2D
Octal 300 44 241 0 121 20 31 470 104 55
Binary 11000000 100100 10100001 0 1010001 10000 11001 100111000 1000100 101101

Color Harmonies of #C024A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024A1

Black with #C024A1

Text Example


Text Example

White with #C024A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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