Html Css Color HEX #C01871 Medium Violet Red

📋 copy color: '#C01871'

red 192 ◦ green 24 ◦ blue 113

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

Shades of Medium Violet Red #C01871

Tints of Medium Violet Red #C01871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 58.36%
G = 7.29%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C01871 (or 0xC01871) is known color: Medium Violet Red. HEX triplet: C0, 18 and 71. RGB value is (192,24,113). Sum of RGB (Red+Green+Blue) = 192+24+113=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C01871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01871 is #3FE78E. Grayscale: #545454. Windows color (decimal): -4188047 or 7411904. OLE color: 7411904.

HSL color Cylindrical-coordinate representation of color #C01871: hue angle of 328.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01871 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 113 -
CMYK 0 0.88 0.41 0.25
HSL 328.21º 0.78% 0.42% -
HSV(B) 328.21º 0.88% 0.75% -
XYZ 25.05 13.05 16.82 -
YUV 84.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 192 24 113 0 0.88 0.41 0.25 328.21 0.78 0.42
Hex C0 18 71 0 58 29 19 148 4E 2A
Octal 300 30 161 0 130 51 31 510 116 52
Binary 11000000 11000 1110001 0 1011000 101001 11001 101001000 1001110 101010

Color Harmonies of #C01871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01871

Black with #C01871

Text Example


Text Example

White with #C01871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01871; }

 p { color: rgb(192,24,113); }

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

background-color css

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

 a { background-color: rgb(192,24,113); }

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

border-color css

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

 span { border-color: rgb(192,24,113); }

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