Html Css Color HEX #C01695 Medium Violet Red

📋 copy color: '#C01695'

red 192 ◦ green 22 ◦ blue 149

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

Shades of Medium Violet Red #C01695

Tints of Medium Violet Red #C01695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.05%

R = 52.89%
G = 6.06%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C01695 (or 0xC01695) is known color: Medium Violet Red. HEX triplet: C0, 16 and 95. RGB value is (192,22,149). Sum of RGB (Red+Green+Blue) = 192+22+149=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C01695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01695 is #3FE96A. Grayscale: #565656. Windows color (decimal): -4188523 or 9770688. OLE color: 9770688.

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

Color convert

RGB 192 22 149 -
CMYK 0 0.89 0.22 0.25
HSL 315.18º 0.79% 0.42% -
HSV(B) 315.18º 0.89% 0.75% -
XYZ 27.45 13.95 29.68 -
YUV 87.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 192 22 149 0 0.89 0.22 0.25 315.18 0.79 0.42
Hex C0 16 95 0 59 16 19 13B 4F 2A
Octal 300 26 225 0 131 26 31 473 117 52
Binary 11000000 10110 10010101 0 1011001 10110 11001 100111011 1001111 101010

Color Harmonies of #C01695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01695

Black with #C01695

Text Example


Text Example

White with #C01695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01695; }

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

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

background-color css

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

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

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

border-color css

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

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

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