Html Css Color HEX #C01697 Medium Violet Red

📋 copy color: '#C01697'

red 192 ◦ green 22 ◦ blue 151

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

Shades of Medium Violet Red #C01697

Tints of Medium Violet Red #C01697

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.03%

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

R = 52.6%
G = 6.03%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C01697 (or 0xC01697) is known color: Medium Violet Red. HEX triplet: C0, 16 and 97. RGB value is (192,22,151). Sum of RGB (Red+Green+Blue) = 192+22+151=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C01697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01697 is #3FE968. Grayscale: #575757. Windows color (decimal): -4188521 or 9901760. OLE color: 9901760.

HSL color Cylindrical-coordinate representation of color #C01697: hue angle of 314.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01697 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 151 -
CMYK 0 0.89 0.21 0.25
HSL 314.47º 0.79% 0.42% -
HSV(B) 314.47º 0.89% 0.75% -
XYZ 27.61 14.01 30.53 -
YUV 87.54 163.82 202.51 -
System Red Green Blue C M Y K H S L
Decimal 192 22 151 0 0.89 0.21 0.25 314.47 0.79 0.42
Hex C0 16 97 0 59 15 19 13A 4F 2A
Octal 300 26 227 0 131 25 31 472 117 52
Binary 11000000 10110 10010111 0 1011001 10101 11001 100111010 1001111 101010

Color Harmonies of #C01697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01697

Black with #C01697

Text Example


Text Example

White with #C01697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01697; }

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

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

background-color css

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

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

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

border-color css

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

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

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