Html Css Color HEX #C2006D Medium Violet Red

📋 copy color: '#C2006D'

red 194 ◦ green 0 ◦ blue 109

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

Shades of Medium Violet Red #C2006D

Tints of Medium Violet Red #C2006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 64.03%
G = 0%
B = 35.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2006D (or 0xC2006D) is known color: Medium Violet Red. HEX triplet: C2, 00 and 6D. RGB value is (194,0,109). Sum of RGB (Red+Green+Blue) = 194+0+109=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2006D is #3DFF92. Grayscale: #464646. Windows color (decimal): -4063123 or 7143618. OLE color: 7143618.

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

Color convert

RGB 194 0 109 -
CMYK 0 1 0.44 0.24
HSL 326.29º 1% 0.38% -
HSV(B) 326.29º 1% 0.76% -
XYZ 25.01 12.57 15.58 -
YUV 70.43 149.77 216.14 -
System Red Green Blue C M Y K H S L
Decimal 194 0 109 0 1 0.44 0.24 326.29 1 0.38
Hex C2 0 6D 0 64 2C 18 146 64 26
Octal 302 0 155 0 144 54 30 506 144 46
Binary 11000010 0 1101101 0 1100100 101100 11000 101000110 1100100 100110

Color Harmonies of #C2006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2006D

Black with #C2006D

Text Example


Text Example

White with #C2006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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