Html Css Color HEX #C2006C Medium Violet Red

📋 copy color: '#C2006C'

red 194 ◦ green 0 ◦ blue 108

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

Shades of Medium Violet Red #C2006C

Tints of Medium Violet Red #C2006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 64.24%
G = 0%
B = 35.76%

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

#C2006C (or 0xC2006C) is known color: Medium Violet Red. HEX triplet: C2, 00 and 6C. RGB value is (194,0,108). Sum of RGB (Red+Green+Blue) = 194+0+108=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C2006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2006C is #3DFF93. Grayscale: #464646. Windows color (decimal): -4063124 or 7078082. OLE color: 7078082.

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

Color convert

RGB 194 0 108 -
CMYK 0 1 0.44 0.24
HSL 326.6º 1% 0.38% -
HSV(B) 326.6º 1% 0.76% -
XYZ 24.95 12.55 15.29 -
YUV 70.32 149.27 216.22 -
System Red Green Blue C M Y K H S L
Decimal 194 0 108 0 1 0.44 0.24 326.6 1 0.38
Hex C2 0 6C 0 64 2C 18 147 64 26
Octal 302 0 154 0 144 54 30 507 144 46
Binary 11000010 0 1101100 0 1100100 101100 11000 101000111 1100100 100110

Color Harmonies of #C2006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2006C

Black with #C2006C

Text Example


Text Example

White with #C2006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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