Html Css Color HEX #C20284 Medium Violet Red

📋 copy color: '#C20284'

red 194 ◦ green 2 ◦ blue 132

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

Shades of Medium Violet Red #C20284

Tints of Medium Violet Red #C20284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.24%

R = 59.15%
G = 0.61%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C20284 (or 0xC20284) is known color: Medium Violet Red. HEX triplet: C2, 02 and 84. RGB value is (194,2,132). Sum of RGB (Red+Green+Blue) = 194+2+132=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C20284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20284 is #3DFD7B. Grayscale: #494949. Windows color (decimal): -4062588 or 8651458. OLE color: 8651458.

HSL color Cylindrical-coordinate representation of color #C20284: hue angle of 319.38º 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 #C20284 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 132 -
CMYK 0 0.99 0.32 0.24
HSL 319.38º 0.98% 0.38% -
HSV(B) 319.38º 0.99% 0.76% -
XYZ 26.43 13.18 22.98 -
YUV 74.23 160.61 213.43 -
System Red Green Blue C M Y K H S L
Decimal 194 2 132 0 0.99 0.32 0.24 319.38 0.98 0.38
Hex C2 2 84 0 63 20 18 13F 62 26
Octal 302 2 204 0 143 40 30 477 142 46
Binary 11000010 10 10000100 0 1100011 100000 11000 100111111 1100010 100110

Color Harmonies of #C20284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20284

Black with #C20284

Text Example


Text Example

White with #C20284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20284; }

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

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

background-color css

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

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

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

border-color css

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

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

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