Html Css Color HEX #C01C88 Medium Violet Red

📋 copy color: '#C01C88'

red 192 ◦ green 28 ◦ blue 136

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

Shades of Medium Violet Red #C01C88

Tints of Medium Violet Red #C01C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.87%

 BLUE value IS 136 (53.52% from 255) = 38.2%

R = 53.93%
G = 7.87%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C01C88 (or 0xC01C88) is known color: Medium Violet Red. HEX triplet: C0, 1C and 88. RGB value is (192,28,136). Sum of RGB (Red+Green+Blue) = 192+28+136=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01C88 is #3FE377. Grayscale: #595959. Windows color (decimal): -4187000 or 8920256. OLE color: 8920256.

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

Color convert

RGB 192 28 136 -
CMYK 0 0.85 0.29 0.25
HSL 320.49º 0.75% 0.43% -
HSV(B) 320.49º 0.85% 0.75% -
XYZ 26.6 13.81 24.56 -
YUV 89.35 154.33 201.22 -
System Red Green Blue C M Y K H S L
Decimal 192 28 136 0 0.85 0.29 0.25 320.49 0.75 0.43
Hex C0 1C 88 0 55 1D 19 140 4B 2B
Octal 300 34 210 0 125 35 31 500 113 53
Binary 11000000 11100 10001000 0 1010101 11101 11001 101000000 1001011 101011

Color Harmonies of #C01C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C88

Black with #C01C88

Text Example


Text Example

White with #C01C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C88; }

 p { color: rgb(192,28,136); }

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

background-color css

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

 a { background-color: rgb(192,28,136); }

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

border-color css

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

 span { border-color: rgb(192,28,136); }

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