Html Css Color HEX #C32383 Medium Violet Red

📋 copy color: '#C32383'

red 195 ◦ green 35 ◦ blue 131

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

Shades of Medium Violet Red #C32383

Tints of Medium Violet Red #C32383

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

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

R = 54.02%
G = 9.7%
B = 36.29%

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

#C32383 (or 0xC32383) is known color: Medium Violet Red. HEX triplet: C3, 23 and 83. RGB value is (195,35,131). Sum of RGB (Red+Green+Blue) = 195+35+131=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C32383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32383 is #3CDC7C. Grayscale: #5D5D5D. Windows color (decimal): -3988605 or 8594371. OLE color: 8594371.

HSL color Cylindrical-coordinate representation of color #C32383: hue angle of 324º degrees, saturation: 0.7, 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 #C32383 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 131 -
CMYK 0 0.82 0.33 0.24
HSL 324º 0.7% 0.45% -
HSV(B) 324º 0.82% 0.76% -
XYZ 27.2 14.44 22.83 -
YUV 93.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 195 35 131 0 0.82 0.33 0.24 324 0.7 0.45
Hex C3 23 83 0 52 21 18 144 46 2D
Octal 303 43 203 0 122 41 30 504 106 55
Binary 11000011 100011 10000011 0 1010010 100001 11000 101000100 1000110 101101

Color Harmonies of #C32383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32383

Black with #C32383

Text Example


Text Example

White with #C32383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32383; }

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

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

background-color css

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

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

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

border-color css

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

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

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