Html Css Color HEX #C01B96 Medium Violet Red

📋 copy color: '#C01B96'

red 192 ◦ green 27 ◦ blue 150

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

Shades of Medium Violet Red #C01B96

Tints of Medium Violet Red #C01B96

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.32%

 BLUE value IS 150 (58.98% from 255) = 40.65%

R = 52.03%
G = 7.32%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C01B96 (or 0xC01B96) is known color: Medium Violet Red. HEX triplet: C0, 1B and 96. RGB value is (192,27,150). Sum of RGB (Red+Green+Blue) = 192+27+150=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01B96 is #3FE469. Grayscale: #5A5A5A. Windows color (decimal): -4187242 or 9837504. OLE color: 9837504.

HSL color Cylindrical-coordinate representation of color #C01B96: hue angle of 315.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01B96 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 27 150 -
CMYK 0 0.86 0.22 0.25
HSL 315.27º 0.75% 0.43% -
HSV(B) 315.27º 0.86% 0.75% -
XYZ 27.64 14.19 30.14 -
YUV 90.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 192 27 150 0 0.86 0.22 0.25 315.27 0.75 0.43
Hex C0 1B 96 0 56 16 19 13B 4B 2B
Octal 300 33 226 0 126 26 31 473 113 53
Binary 11000000 11011 10010110 0 1010110 10110 11001 100111011 1001011 101011

Color Harmonies of #C01B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01B96

Black with #C01B96

Text Example


Text Example

White with #C01B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01B96; }

 p { color: rgb(192,27,150); }

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

background-color css

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

 a { background-color: rgb(192,27,150); }

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

border-color css

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

 span { border-color: rgb(192,27,150); }

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