Html Css Color HEX #C00699 Medium Violet Red

📋 copy color: '#C00699'

red 192 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #C00699

Tints of Medium Violet Red #C00699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 54.7%
G = 1.71%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C00699 (or 0xC00699) is known color: Medium Violet Red. HEX triplet: C0, 06 and 99. RGB value is (192,6,153). Sum of RGB (Red+Green+Blue) = 192+6+153=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C00699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00699 is #3FF966. Grayscale: #4D4D4D. Windows color (decimal): -4192615 or 10028736. OLE color: 10028736.

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

Color convert

RGB 192 6 153 -
CMYK 0 0.97 0.20 0.25
HSL 312.58º 0.94% 0.39% -
HSV(B) 312.58º 0.97% 0.75% -
XYZ 27.55 13.64 31.32 -
YUV 78.37 170.12 209.05 -
System Red Green Blue C M Y K H S L
Decimal 192 6 153 0 0.97 0.20 0.25 312.58 0.94 0.39
Hex C0 6 99 0 61 14 19 139 5E 27
Octal 300 6 231 0 141 24 31 471 136 47
Binary 11000000 110 10011001 0 1100001 10100 11001 100111001 1011110 100111

Color Harmonies of #C00699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00699

Black with #C00699

Text Example


Text Example

White with #C00699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00699; }

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

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

background-color css

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

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

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

border-color css

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

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

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