Html Css Color HEX #C2066C Medium Violet Red

📋 copy color: '#C2066C'

red 194 ◦ green 6 ◦ blue 108

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

Shades of Medium Violet Red #C2066C

Tints of Medium Violet Red #C2066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

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

R = 62.99%
G = 1.95%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2066C (or 0xC2066C) is known color: Medium Violet Red. HEX triplet: C2, 06 and 6C. RGB value is (194,6,108). Sum of RGB (Red+Green+Blue) = 194+6+108=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2066C is #3DF993. Grayscale: #494949. Windows color (decimal): -4061588 or 7079618. OLE color: 7079618.

HSL color Cylindrical-coordinate representation of color #C2066C: hue angle of 327.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2066C is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 6 108 -
CMYK 0 0.97 0.44 0.24
HSL 327.45º 0.94% 0.39% -
HSV(B) 327.45º 0.97% 0.76% -
XYZ 25.02 12.68 15.32 -
YUV 73.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 194 6 108 0 0.97 0.44 0.24 327.45 0.94 0.39
Hex C2 6 6C 0 61 2C 18 147 5E 27
Octal 302 6 154 0 141 54 30 507 136 47
Binary 11000010 110 1101100 0 1100001 101100 11000 101000111 1011110 100111

Color Harmonies of #C2066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2066C

Black with #C2066C

Text Example


Text Example

White with #C2066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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