Html Css Color HEX #C32083 Medium Violet Red

📋 copy color: '#C32083'

red 195 ◦ green 32 ◦ blue 131

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

Shades of Medium Violet Red #C32083

Tints of Medium Violet Red #C32083

RGB

 RED value IS 195 (76.56% from 255) = 54.47%

 GREEN value IS 32 (12.89% from 255) = 8.94%

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

R = 54.47%
G = 8.94%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C32083 (or 0xC32083) is known color: Medium Violet Red. HEX triplet: C3, 20 and 83. RGB value is (195,32,131). Sum of RGB (Red+Green+Blue) = 195+32+131=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C32083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32083 is #3CDF7C. Grayscale: #5B5B5B. Windows color (decimal): -3989373 or 8593603. OLE color: 8593603.

HSL color Cylindrical-coordinate representation of color #C32083: hue angle of 323.56º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32083 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 131 -
CMYK 0 0.84 0.33 0.24
HSL 323.56º 0.72% 0.45% -
HSV(B) 323.56º 0.84% 0.76% -
XYZ 27.12 14.27 22.8 -
YUV 92.02 150 201.45 -
System Red Green Blue C M Y K H S L
Decimal 195 32 131 0 0.84 0.33 0.24 323.56 0.72 0.45
Hex C3 20 83 0 54 21 18 144 48 2D
Octal 303 40 203 0 124 41 30 504 110 55
Binary 11000011 100000 10000011 0 1010100 100001 11000 101000100 1001000 101101

Color Harmonies of #C32083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32083

Black with #C32083

Text Example


Text Example

White with #C32083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32083; }

 p { color: rgb(195,32,131); }

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

background-color css

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

 a { background-color: rgb(195,32,131); }

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

border-color css

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

 span { border-color: rgb(195,32,131); }

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