Html Css Color HEX #C02493 Medium Violet Red

📋 copy color: '#C02493'

red 192 ◦ green 36 ◦ blue 147

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

Shades of Medium Violet Red #C02493

Tints of Medium Violet Red #C02493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.2%

R = 51.2%
G = 9.6%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C02493 (or 0xC02493) is known color: Medium Violet Red. HEX triplet: C0, 24 and 93. RGB value is (192,36,147). Sum of RGB (Red+Green+Blue) = 192+36+147=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C02493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02493 is #3FDB6C. Grayscale: #5F5F5F. Windows color (decimal): -4184941 or 9643200. OLE color: 9643200.

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

Color convert

RGB 192 36 147 -
CMYK 0 0.81 0.23 0.25
HSL 317.31º 0.68% 0.45% -
HSV(B) 317.31º 0.81% 0.75% -
XYZ 27.64 14.57 28.96 -
YUV 95.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 192 36 147 0 0.81 0.23 0.25 317.31 0.68 0.45
Hex C0 24 93 0 51 17 19 13D 44 2D
Octal 300 44 223 0 121 27 31 475 104 55
Binary 11000000 100100 10010011 0 1010001 10111 11001 100111101 1000100 101101

Color Harmonies of #C02493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02493

Black with #C02493

Text Example


Text Example

White with #C02493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02493; }

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

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

background-color css

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

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

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

border-color css

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

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

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