Html Css Color HEX #C20274 Medium Violet Red

📋 copy color: '#C20274'

red 194 ◦ green 2 ◦ blue 116

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

Shades of Medium Violet Red #C20274

Tints of Medium Violet Red #C20274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 62.18%
G = 0.64%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C20274 (or 0xC20274) is known color: Medium Violet Red. HEX triplet: C2, 02 and 74. RGB value is (194,2,116). Sum of RGB (Red+Green+Blue) = 194+2+116=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C20274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20274 is #3DFD8B. Grayscale: #484848. Windows color (decimal): -4062604 or 7602882. OLE color: 7602882.

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

Color convert

RGB 194 2 116 -
CMYK 0 0.99 0.40 0.24
HSL 324.38º 0.98% 0.38% -
HSV(B) 324.38º 0.99% 0.76% -
XYZ 25.42 12.77 17.65 -
YUV 72.4 152.61 214.73 -
System Red Green Blue C M Y K H S L
Decimal 194 2 116 0 0.99 0.40 0.24 324.38 0.98 0.38
Hex C2 2 74 0 63 28 18 144 62 26
Octal 302 2 164 0 143 50 30 504 142 46
Binary 11000010 10 1110100 0 1100011 101000 11000 101000100 1100010 100110

Color Harmonies of #C20274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20274

Black with #C20274

Text Example


Text Example

White with #C20274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20274; }

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

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

background-color css

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

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

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

border-color css

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

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

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