Html Css Color HEX #C01B81 Medium Violet Red

📋 copy color: '#C01B81'

red 192 ◦ green 27 ◦ blue 129

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

Shades of Medium Violet Red #C01B81

Tints of Medium Violet Red #C01B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.07%

R = 55.17%
G = 7.76%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C01B81 (or 0xC01B81) is known color: Medium Violet Red. HEX triplet: C0, 1B and 81. RGB value is (192,27,129). Sum of RGB (Red+Green+Blue) = 192+27+129=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01B81 is #3FE47E. Grayscale: #575757. Windows color (decimal): -4187263 or 8461248. OLE color: 8461248.

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

Color convert

RGB 192 27 129 -
CMYK 0 0.86 0.33 0.25
HSL 322.91º 0.75% 0.43% -
HSV(B) 322.91º 0.86% 0.75% -
XYZ 26.09 13.58 22.01 -
YUV 87.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 192 27 129 0 0.86 0.33 0.25 322.91 0.75 0.43
Hex C0 1B 81 0 56 21 19 143 4B 2B
Octal 300 33 201 0 126 41 31 503 113 53
Binary 11000000 11011 10000001 0 1010110 100001 11001 101000011 1001011 101011

Color Harmonies of #C01B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01B81

Black with #C01B81

Text Example


Text Example

White with #C01B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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