Html Css Color HEX #C02089 Medium Violet Red

📋 copy color: '#C02089'

red 192 ◦ green 32 ◦ blue 137

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

Shades of Medium Violet Red #C02089

Tints of Medium Violet Red #C02089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.86%

 BLUE value IS 137 (53.91% from 255) = 37.95%

R = 53.19%
G = 8.86%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C02089 (or 0xC02089) is known color: Medium Violet Red. HEX triplet: C0, 20 and 89. RGB value is (192,32,137). Sum of RGB (Red+Green+Blue) = 192+32+137=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C02089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02089 is #3FDF76. Grayscale: #5B5B5B. Windows color (decimal): -4185975 or 8986816. OLE color: 8986816.

HSL color Cylindrical-coordinate representation of color #C02089: hue angle of 320.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02089 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 137 -
CMYK 0 0.83 0.29 0.25
HSL 320.63º 0.71% 0.44% -
HSV(B) 320.63º 0.83% 0.75% -
XYZ 26.77 14.05 24.97 -
YUV 91.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 192 32 137 0 0.83 0.29 0.25 320.63 0.71 0.44
Hex C0 20 89 0 53 1D 19 141 47 2C
Octal 300 40 211 0 123 35 31 501 107 54
Binary 11000000 100000 10001001 0 1010011 11101 11001 101000001 1000111 101100

Color Harmonies of #C02089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02089

Black with #C02089

Text Example


Text Example

White with #C02089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02089; }

 p { color: rgb(192,32,137); }

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

background-color css

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

 a { background-color: rgb(192,32,137); }

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

border-color css

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

 span { border-color: rgb(192,32,137); }

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