Html Css Color HEX #C2008D Medium Violet Red

📋 copy color: '#C2008D'

red 194 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #C2008D

Tints of Medium Violet Red #C2008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 57.91%
G = 0%
B = 42.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2008D (or 0xC2008D) is known color: Medium Violet Red. HEX triplet: C2, 00 and 8D. RGB value is (194,0,141). Sum of RGB (Red+Green+Blue) = 194+0+141=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2008D is #3DFF72. Grayscale: #494949. Windows color (decimal): -4063091 or 9240770. OLE color: 9240770.

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

Color convert

RGB 194 0 141 -
CMYK 0 1 0.27 0.24
HSL 316.39º 1% 0.38% -
HSV(B) 316.39º 1% 0.76% -
XYZ 27.06 13.39 26.36 -
YUV 74.08 165.77 213.54 -
System Red Green Blue C M Y K H S L
Decimal 194 0 141 0 1 0.27 0.24 316.39 1 0.38
Hex C2 0 8D 0 64 1B 18 13C 64 26
Octal 302 0 215 0 144 33 30 474 144 46
Binary 11000010 0 10001101 0 1100100 11011 11000 100111100 1100100 100110

Color Harmonies of #C2008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2008D

Black with #C2008D

Text Example


Text Example

White with #C2008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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