Html Css Color HEX #C00697 Medium Violet Red

📋 copy color: '#C00697'

red 192 ◦ green 6 ◦ blue 151

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

Shades of Medium Violet Red #C00697

Tints of Medium Violet Red #C00697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.27%

R = 55.01%
G = 1.72%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C00697 (or 0xC00697) is known color: Medium Violet Red. HEX triplet: C0, 06 and 97. RGB value is (192,6,151). Sum of RGB (Red+Green+Blue) = 192+6+151=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C00697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00697 is #3FF968. Grayscale: #4D4D4D. Windows color (decimal): -4192617 or 9897664. OLE color: 9897664.

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

Color convert

RGB 192 6 151 -
CMYK 0 0.97 0.21 0.25
HSL 313.23º 0.94% 0.39% -
HSV(B) 313.23º 0.97% 0.75% -
XYZ 27.39 13.57 30.45 -
YUV 78.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 192 6 151 0 0.97 0.21 0.25 313.23 0.94 0.39
Hex C0 6 97 0 61 15 19 139 5E 27
Octal 300 6 227 0 141 25 31 471 136 47
Binary 11000000 110 10010111 0 1100001 10101 11001 100111001 1011110 100111

Color Harmonies of #C00697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00697

Black with #C00697

Text Example


Text Example

White with #C00697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00697; }

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

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

background-color css

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

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

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

border-color css

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

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

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