Html Css Color HEX #C20885 Medium Violet Red

📋 copy color: '#C20885'

red 194 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #C20885

Tints of Medium Violet Red #C20885

RGB

 RED value IS 194 (76.17% from 255) = 57.91%

 GREEN value IS 8 (3.52% from 255) = 2.39%

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

R = 57.91%
G = 2.39%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C20885 (or 0xC20885) is known color: Medium Violet Red. HEX triplet: C2, 08 and 85. RGB value is (194,8,133). Sum of RGB (Red+Green+Blue) = 194+8+133=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C20885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20885 is #3DF77A. Grayscale: #4D4D4D. Windows color (decimal): -4061051 or 8718530. OLE color: 8718530.

HSL color Cylindrical-coordinate representation of color #C20885: hue angle of 319.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20885 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 133 -
CMYK 0 0.96 0.31 0.24
HSL 319.68º 0.92% 0.4% -
HSV(B) 319.68º 0.96% 0.76% -
XYZ 26.57 13.34 23.36 -
YUV 77.86 159.12 210.84 -
System Red Green Blue C M Y K H S L
Decimal 194 8 133 0 0.96 0.31 0.24 319.68 0.92 0.4
Hex C2 8 85 0 60 1F 18 140 5C 28
Octal 302 10 205 0 140 37 30 500 134 50
Binary 11000010 1000 10000101 0 1100000 11111 11000 101000000 1011100 101000

Color Harmonies of #C20885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20885

Black with #C20885

Text Example


Text Example

White with #C20885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20885; }

 p { color: rgb(194,8,133); }

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

background-color css

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

 a { background-color: rgb(194,8,133); }

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

border-color css

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

 span { border-color: rgb(194,8,133); }

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