Html Css Color HEX #C02495 Medium Violet Red

📋 copy color: '#C02495'

red 192 ◦ green 36 ◦ blue 149

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

Shades of Medium Violet Red #C02495

Tints of Medium Violet Red #C02495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 50.93%
G = 9.55%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C02495 (or 0xC02495) is known color: Medium Violet Red. HEX triplet: C0, 24 and 95. RGB value is (192,36,149). Sum of RGB (Red+Green+Blue) = 192+36+149=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C02495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02495 is #3FDB6A. Grayscale: #5F5F5F. Windows color (decimal): -4184939 or 9774272. OLE color: 9774272.

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

Color convert

RGB 192 36 149 -
CMYK 0 0.81 0.22 0.25
HSL 316.54º 0.68% 0.45% -
HSV(B) 316.54º 0.81% 0.75% -
XYZ 27.79 14.64 29.79 -
YUV 95.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 192 36 149 0 0.81 0.22 0.25 316.54 0.68 0.45
Hex C0 24 95 0 51 16 19 13D 44 2D
Octal 300 44 225 0 121 26 31 475 104 55
Binary 11000000 100100 10010101 0 1010001 10110 11001 100111101 1000100 101101

Color Harmonies of #C02495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02495

Black with #C02495

Text Example


Text Example

White with #C02495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02495; }

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

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

background-color css

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

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

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

border-color css

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

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

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