Html Css Color HEX #C32183 Medium Violet Red

📋 copy color: '#C32183'

red 195 ◦ green 33 ◦ blue 131

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

Shades of Medium Violet Red #C32183

Tints of Medium Violet Red #C32183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

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

R = 54.32%
G = 9.19%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C32183 (or 0xC32183) is known color: Medium Violet Red. HEX triplet: C3, 21 and 83. RGB value is (195,33,131). Sum of RGB (Red+Green+Blue) = 195+33+131=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C32183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32183 is #3CDE7C. Grayscale: #5C5C5C. Windows color (decimal): -3989117 or 8593859. OLE color: 8593859.

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

Color convert

RGB 195 33 131 -
CMYK 0 0.83 0.33 0.24
HSL 323.7º 0.71% 0.45% -
HSV(B) 323.7º 0.83% 0.76% -
XYZ 27.15 14.33 22.81 -
YUV 92.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 195 33 131 0 0.83 0.33 0.24 323.7 0.71 0.45
Hex C3 21 83 0 53 21 18 144 47 2D
Octal 303 41 203 0 123 41 30 504 107 55
Binary 11000011 100001 10000011 0 1010011 100001 11000 101000100 1000111 101101

Color Harmonies of #C32183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32183

Black with #C32183

Text Example


Text Example

White with #C32183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32183; }

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

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

background-color css

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

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

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

border-color css

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

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

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