Html Css Color HEX #C2008F Medium Violet Red

📋 copy color: '#C2008F'

red 194 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #C2008F

Tints of Medium Violet Red #C2008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.43%

R = 57.57%
G = 0%
B = 42.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2008F (or 0xC2008F) is known color: Medium Violet Red. HEX triplet: C2, 00 and 8F. RGB value is (194,0,143). Sum of RGB (Red+Green+Blue) = 194+0+143=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2008F is #3DFF70. Grayscale: #494949. Windows color (decimal): -4063089 or 9371842. OLE color: 9371842.

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

Color convert

RGB 194 0 143 -
CMYK 0 1 0.26 0.24
HSL 315.77º 1% 0.38% -
HSV(B) 315.77º 1% 0.76% -
XYZ 27.21 13.45 27.15 -
YUV 74.31 166.77 213.37 -
System Red Green Blue C M Y K H S L
Decimal 194 0 143 0 1 0.26 0.24 315.77 1 0.38
Hex C2 0 8F 0 64 1A 18 13C 64 26
Octal 302 0 217 0 144 32 30 474 144 46
Binary 11000010 0 10001111 0 1100100 11010 11000 100111100 1100100 100110

Color Harmonies of #C2008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2008F

Black with #C2008F

Text Example


Text Example

White with #C2008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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