Html Css Color HEX #C32493 Medium Violet Red

📋 copy color: '#C32493'

red 195 ◦ green 36 ◦ blue 147

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

Shades of Medium Violet Red #C32493

Tints of Medium Violet Red #C32493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 51.59%
G = 9.52%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C32493 (or 0xC32493) is known color: Medium Violet Red. HEX triplet: C3, 24 and 93. RGB value is (195,36,147). Sum of RGB (Red+Green+Blue) = 195+36+147=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C32493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32493 is #3CDB6C. Grayscale: #5F5F5F. Windows color (decimal): -3988333 or 9643203. OLE color: 9643203.

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

Color convert

RGB 195 36 147 -
CMYK 0 0.82 0.25 0.24
HSL 318.11º 0.69% 0.45% -
HSV(B) 318.11º 0.82% 0.76% -
XYZ 28.4 14.97 29 -
YUV 96.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 195 36 147 0 0.82 0.25 0.24 318.11 0.69 0.45
Hex C3 24 93 0 52 19 18 13E 45 2D
Octal 303 44 223 0 122 31 30 476 105 55
Binary 11000011 100100 10010011 0 1010010 11001 11000 100111110 1000101 101101

Color Harmonies of #C32493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32493

Black with #C32493

Text Example


Text Example

White with #C32493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32493; }

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

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

background-color css

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

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

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

border-color css

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

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

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