Html Css Color HEX #C01B75 Medium Violet Red

📋 copy color: '#C01B75'

red 192 ◦ green 27 ◦ blue 117

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

Shades of Medium Violet Red #C01B75

Tints of Medium Violet Red #C01B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 57.14%
G = 8.04%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C01B75 (or 0xC01B75) is known color: Medium Violet Red. HEX triplet: C0, 1B and 75. RGB value is (192,27,117). Sum of RGB (Red+Green+Blue) = 192+27+117=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01B75 is #3FE48A. Grayscale: #565656. Windows color (decimal): -4187275 or 7674816. OLE color: 7674816.

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

Color convert

RGB 192 27 117 -
CMYK 0 0.86 0.39 0.25
HSL 327.27º 0.75% 0.43% -
HSV(B) 327.27º 0.86% 0.75% -
XYZ 25.34 13.27 18.06 -
YUV 86.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 192 27 117 0 0.86 0.39 0.25 327.27 0.75 0.43
Hex C0 1B 75 0 56 27 19 147 4B 2B
Octal 300 33 165 0 126 47 31 507 113 53
Binary 11000000 11011 1110101 0 1010110 100111 11001 101000111 1001011 101011

Color Harmonies of #C01B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01B75

Black with #C01B75

Text Example


Text Example

White with #C01B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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