Html Css Color HEX #C2009F Medium Violet Red

📋 copy color: '#C2009F'

red 194 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #C2009F

Tints of Medium Violet Red #C2009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 54.96%
G = 0%
B = 45.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2009F (or 0xC2009F) is known color: Medium Violet Red. HEX triplet: C2, 00 and 9F. RGB value is (194,0,159). Sum of RGB (Red+Green+Blue) = 194+0+159=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2009F is #3DFF60. Grayscale: #4B4B4B. Windows color (decimal): -4063073 or 10420418. OLE color: 10420418.

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

Color convert

RGB 194 0 159 -
CMYK 0 1 0.18 0.24
HSL 310.82º 1% 0.38% -
HSV(B) 310.82º 1% 0.76% -
XYZ 28.51 13.97 34 -
YUV 76.13 174.77 212.07 -
System Red Green Blue C M Y K H S L
Decimal 194 0 159 0 1 0.18 0.24 310.82 1 0.38
Hex C2 0 9F 0 64 12 18 137 64 26
Octal 302 0 237 0 144 22 30 467 144 46
Binary 11000010 0 10011111 0 1100100 10010 11000 100110111 1100100 100110

Color Harmonies of #C2009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2009F

Black with #C2009F

Text Example


Text Example

White with #C2009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2009F; }

 p { color: rgb(194,0,159); }

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

background-color css

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

 a { background-color: rgb(194,0,159); }

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

border-color css

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

 span { border-color: rgb(194,0,159); }

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