Html Css Color HEX #C20277 Medium Violet Red

📋 copy color: '#C20277'

red 194 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #C20277

Tints of Medium Violet Red #C20277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 61.59%
G = 0.63%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C20277 (or 0xC20277) is known color: Medium Violet Red. HEX triplet: C2, 02 and 77. RGB value is (194,2,119). Sum of RGB (Red+Green+Blue) = 194+2+119=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C20277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20277 is #3DFD88. Grayscale: #484848. Windows color (decimal): -4062601 or 7799490. OLE color: 7799490.

HSL color Cylindrical-coordinate representation of color #C20277: hue angle of 323.44º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20277 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 119 -
CMYK 0 0.99 0.39 0.24
HSL 323.44º 0.98% 0.38% -
HSV(B) 323.44º 0.99% 0.76% -
XYZ 25.6 12.84 18.58 -
YUV 72.75 154.11 214.49 -
System Red Green Blue C M Y K H S L
Decimal 194 2 119 0 0.99 0.39 0.24 323.44 0.98 0.38
Hex C2 2 77 0 63 27 18 143 62 26
Octal 302 2 167 0 143 47 30 503 142 46
Binary 11000010 10 1110111 0 1100011 100111 11000 101000011 1100010 100110

Color Harmonies of #C20277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20277

Black with #C20277

Text Example


Text Example

White with #C20277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20277; }

 p { color: rgb(194,2,119); }

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

background-color css

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

 a { background-color: rgb(194,2,119); }

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

border-color css

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

 span { border-color: rgb(194,2,119); }

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