Html Css Color HEX #C02185 Medium Violet Red

📋 copy color: '#C02185'

red 192 ◦ green 33 ◦ blue 133

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

Shades of Medium Violet Red #C02185

Tints of Medium Violet Red #C02185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 53.63%
G = 9.22%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C02185 (or 0xC02185) is known color: Medium Violet Red. HEX triplet: C0, 21 and 85. RGB value is (192,33,133). Sum of RGB (Red+Green+Blue) = 192+33+133=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C02185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02185 is #3FDE7A. Grayscale: #5B5B5B. Windows color (decimal): -4185723 or 8724928. OLE color: 8724928.

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

Color convert

RGB 192 33 133 -
CMYK 0 0.83 0.31 0.25
HSL 322.26º 0.71% 0.44% -
HSV(B) 322.26º 0.83% 0.75% -
XYZ 26.52 13.99 23.49 -
YUV 91.94 151.18 199.37 -
System Red Green Blue C M Y K H S L
Decimal 192 33 133 0 0.83 0.31 0.25 322.26 0.71 0.44
Hex C0 21 85 0 53 1F 19 142 47 2C
Octal 300 41 205 0 123 37 31 502 107 54
Binary 11000000 100001 10000101 0 1010011 11111 11001 101000010 1000111 101100

Color Harmonies of #C02185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02185

Black with #C02185

Text Example


Text Example

White with #C02185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02185; }

 p { color: rgb(192,33,133); }

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

background-color css

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

 a { background-color: rgb(192,33,133); }

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

border-color css

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

 span { border-color: rgb(192,33,133); }

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