Html Css Color HEX #C32483 Medium Violet Red

📋 copy color: '#C32483'

red 195 ◦ green 36 ◦ blue 131

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

Shades of Medium Violet Red #C32483

Tints of Medium Violet Red #C32483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

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

R = 53.87%
G = 9.94%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C32483 (or 0xC32483) is known color: Medium Violet Red. HEX triplet: C3, 24 and 83. RGB value is (195,36,131). Sum of RGB (Red+Green+Blue) = 195+36+131=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C32483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32483 is #3CDB7C. Grayscale: #5E5E5E. Windows color (decimal): -3988349 or 8594627. OLE color: 8594627.

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

Color convert

RGB 195 36 131 -
CMYK 0 0.82 0.33 0.24
HSL 324.15º 0.69% 0.45% -
HSV(B) 324.15º 0.82% 0.76% -
XYZ 27.23 14.5 22.84 -
YUV 94.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 195 36 131 0 0.82 0.33 0.24 324.15 0.69 0.45
Hex C3 24 83 0 52 21 18 144 45 2D
Octal 303 44 203 0 122 41 30 504 105 55
Binary 11000011 100100 10000011 0 1010010 100001 11000 101000100 1000101 101101

Color Harmonies of #C32483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32483

Black with #C32483

Text Example


Text Example

White with #C32483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32483; }

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

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

background-color css

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

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

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

border-color css

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

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

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