Html Css Color HEX #C02491 Medium Violet Red

📋 copy color: '#C02491'

red 192 ◦ green 36 ◦ blue 145

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

Shades of Medium Violet Red #C02491

Tints of Medium Violet Red #C02491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 51.47%
G = 9.65%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C02491 (or 0xC02491) is known color: Medium Violet Red. HEX triplet: C0, 24 and 91. RGB value is (192,36,145). Sum of RGB (Red+Green+Blue) = 192+36+145=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C02491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02491 is #3FDB6E. Grayscale: #5E5E5E. Windows color (decimal): -4184943 or 9512128. OLE color: 9512128.

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

Color convert

RGB 192 36 145 -
CMYK 0 0.81 0.24 0.25
HSL 318.08º 0.68% 0.45% -
HSV(B) 318.08º 0.81% 0.75% -
XYZ 27.48 14.51 28.14 -
YUV 95.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 192 36 145 0 0.81 0.24 0.25 318.08 0.68 0.45
Hex C0 24 91 0 51 18 19 13E 44 2D
Octal 300 44 221 0 121 30 31 476 104 55
Binary 11000000 100100 10010001 0 1010001 11000 11001 100111110 1000100 101101

Color Harmonies of #C02491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02491

Black with #C02491

Text Example


Text Example

White with #C02491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02491; }

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

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

background-color css

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

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

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

border-color css

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

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

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