Html Css Color HEX #C0066D Medium Violet Red

📋 copy color: '#C0066D'

red 192 ◦ green 6 ◦ blue 109

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

Shades of Medium Violet Red #C0066D

Tints of Medium Violet Red #C0066D

RGB

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

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

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

R = 62.54%
G = 1.95%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0066D (or 0xC0066D) is known color: Medium Violet Red. HEX triplet: C0, 06 and 6D. RGB value is (192,6,109). Sum of RGB (Red+Green+Blue) = 192+6+109=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0066D is #3FF992. Grayscale: #494949. Windows color (decimal): -4192659 or 7145152. OLE color: 7145152.

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

Color convert

RGB 192 6 109 -
CMYK 0 0.97 0.43 0.25
HSL 326.77º 0.94% 0.39% -
HSV(B) 326.77º 0.97% 0.75% -
XYZ 24.56 12.44 15.57 -
YUV 73.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 192 6 109 0 0.97 0.43 0.25 326.77 0.94 0.39
Hex C0 6 6D 0 61 2B 19 147 5E 27
Octal 300 6 155 0 141 53 31 507 136 47
Binary 11000000 110 1101101 0 1100001 101011 11001 101000111 1011110 100111

Color Harmonies of #C0066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0066D

Black with #C0066D

Text Example


Text Example

White with #C0066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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