Html Css Color HEX #C006A6 Medium Violet Red

📋 copy color: '#C006A6'

red 192 ◦ green 6 ◦ blue 166

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

Shades of Medium Violet Red #C006A6

Tints of Medium Violet Red #C006A6

RGB

 RED value IS 192 (75.39% from 255) = 52.75%

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

 BLUE value IS 166 (65.23% from 255) = 45.6%

R = 52.75%
G = 1.65%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C006A6 (or 0xC006A6) is known color: Medium Violet Red. HEX triplet: C0, 06 and A6. RGB value is (192,6,166). Sum of RGB (Red+Green+Blue) = 192+6+166=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C006A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C006A6 is #3FF959. Grayscale: #4F4F4F. Windows color (decimal): -4192602 or 10880704. OLE color: 10880704.

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

Color convert

RGB 192 6 166 -
CMYK 0 0.97 0.14 0.25
HSL 308.39º 0.94% 0.39% -
HSV(B) 308.39º 0.97% 0.75% -
XYZ 28.69 14.09 37.28 -
YUV 79.85 176.62 207.99 -
System Red Green Blue C M Y K H S L
Decimal 192 6 166 0 0.97 0.14 0.25 308.39 0.94 0.39
Hex C0 6 A6 0 61 E 19 134 5E 27
Octal 300 6 246 0 141 16 31 464 136 47
Binary 11000000 110 10100110 0 1100001 1110 11001 100110100 1011110 100111

Color Harmonies of #C006A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006A6

Black with #C006A6

Text Example


Text Example

White with #C006A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006A6; }

 p { color: rgb(192,6,166); }

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

background-color css

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

 a { background-color: rgb(192,6,166); }

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

border-color css

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

 span { border-color: rgb(192,6,166); }

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