Html Css Color HEX #C2006F Medium Violet Red

📋 copy color: '#C2006F'

red 194 ◦ green 0 ◦ blue 111

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

Shades of Medium Violet Red #C2006F

Tints of Medium Violet Red #C2006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 63.61%
G = 0%
B = 36.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2006F (or 0xC2006F) is known color: Medium Violet Red. HEX triplet: C2, 00 and 6F. RGB value is (194,0,111). Sum of RGB (Red+Green+Blue) = 194+0+111=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2006F is #3DFF90. Grayscale: #464646. Windows color (decimal): -4063121 or 7274690. OLE color: 7274690.

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

Color convert

RGB 194 0 111 -
CMYK 0 1 0.43 0.24
HSL 325.67º 1% 0.38% -
HSV(B) 325.67º 1% 0.76% -
XYZ 25.12 12.62 16.15 -
YUV 70.66 150.77 215.97 -
System Red Green Blue C M Y K H S L
Decimal 194 0 111 0 1 0.43 0.24 325.67 1 0.38
Hex C2 0 6F 0 64 2B 18 146 64 26
Octal 302 0 157 0 144 53 30 506 144 46
Binary 11000010 0 1101111 0 1100100 101011 11000 101000110 1100100 100110

Color Harmonies of #C2006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2006F

Black with #C2006F

Text Example


Text Example

White with #C2006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2006F; }

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

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

background-color css

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

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

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

border-color css

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

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

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