Html Css Color HEX #C006A1 Medium Violet Red

📋 copy color: '#C006A1'

red 192 ◦ green 6 ◦ blue 161

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

Shades of Medium Violet Red #C006A1

Tints of Medium Violet Red #C006A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.85%

R = 53.48%
G = 1.67%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C006A1 (or 0xC006A1) is known color: Medium Violet Red. HEX triplet: C0, 06 and A1. RGB value is (192,6,161). Sum of RGB (Red+Green+Blue) = 192+6+161=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C006A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C006A1 is #3FF95E. Grayscale: #4E4E4E. Windows color (decimal): -4192607 or 10553024. OLE color: 10553024.

HSL color Cylindrical-coordinate representation of color #C006A1: hue angle of 310º 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 #C006A1 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 6 161 -
CMYK 0 0.97 0.16 0.25
HSL 310º 0.94% 0.39% -
HSV(B) 310º 0.97% 0.75% -
XYZ 28.24 13.91 34.91 -
YUV 79.28 174.12 208.4 -
System Red Green Blue C M Y K H S L
Decimal 192 6 161 0 0.97 0.16 0.25 310 0.94 0.39
Hex C0 6 A1 0 61 10 19 136 5E 27
Octal 300 6 241 0 141 20 31 466 136 47
Binary 11000000 110 10100001 0 1100001 10000 11001 100110110 1011110 100111

Color Harmonies of #C006A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006A1

Black with #C006A1

Text Example


Text Example

White with #C006A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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