Html Css Color HEX #C00691 Medium Violet Red

📋 copy color: '#C00691'

red 192 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #C00691

Tints of Medium Violet Red #C00691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 55.98%
G = 1.75%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C00691 (or 0xC00691) is known color: Medium Violet Red. HEX triplet: C0, 06 and 91. RGB value is (192,6,145). Sum of RGB (Red+Green+Blue) = 192+6+145=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C00691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00691 is #3FF96E. Grayscale: #4D4D4D. Windows color (decimal): -4192623 or 9504448. OLE color: 9504448.

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

Color convert

RGB 192 6 145 -
CMYK 0 0.97 0.24 0.25
HSL 315.16º 0.94% 0.39% -
HSV(B) 315.16º 0.97% 0.75% -
XYZ 26.91 13.38 27.95 -
YUV 77.46 166.12 209.7 -
System Red Green Blue C M Y K H S L
Decimal 192 6 145 0 0.97 0.24 0.25 315.16 0.94 0.39
Hex C0 6 91 0 61 18 19 13B 5E 27
Octal 300 6 221 0 141 30 31 473 136 47
Binary 11000000 110 10010001 0 1100001 11000 11001 100111011 1011110 100111

Color Harmonies of #C00691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00691

Black with #C00691

Text Example


Text Example

White with #C00691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00691; }

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

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

background-color css

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

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

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

border-color css

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

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

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