Html Css Color HEX #C01883 Medium Violet Red

📋 copy color: '#C01883'

red 192 ◦ green 24 ◦ blue 131

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

Shades of Medium Violet Red #C01883

Tints of Medium Violet Red #C01883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 55.33%
G = 6.92%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C01883 (or 0xC01883) is known color: Medium Violet Red. HEX triplet: C0, 18 and 83. RGB value is (192,24,131). Sum of RGB (Red+Green+Blue) = 192+24+131=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C01883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01883 is #3FE77C. Grayscale: #565656. Windows color (decimal): -4188029 or 8591552. OLE color: 8591552.

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

Color convert

RGB 192 24 131 -
CMYK 0 0.88 0.32 0.25
HSL 321.79º 0.78% 0.42% -
HSV(B) 321.79º 0.88% 0.75% -
XYZ 26.16 13.5 22.7 -
YUV 86.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 192 24 131 0 0.88 0.32 0.25 321.79 0.78 0.42
Hex C0 18 83 0 58 20 19 142 4E 2A
Octal 300 30 203 0 130 40 31 502 116 52
Binary 11000000 11000 10000011 0 1011000 100000 11001 101000010 1001110 101010

Color Harmonies of #C01883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01883

Black with #C01883

Text Example


Text Example

White with #C01883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01883; }

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

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

background-color css

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

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

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

border-color css

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

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

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