Html Css Color HEX #C32490 Medium Violet Red

📋 copy color: '#C32490'

red 195 ◦ green 36 ◦ blue 144

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

Shades of Medium Violet Red #C32490

Tints of Medium Violet Red #C32490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 52%
G = 9.6%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C32490 (or 0xC32490) is known color: Medium Violet Red. HEX triplet: C3, 24 and 90. RGB value is (195,36,144). Sum of RGB (Red+Green+Blue) = 195+36+144=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C32490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32490 is #3CDB6F. Grayscale: #5F5F5F. Windows color (decimal): -3988336 or 9446595. OLE color: 9446595.

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

Color convert

RGB 195 36 144 -
CMYK 0 0.82 0.26 0.24
HSL 319.25º 0.69% 0.45% -
HSV(B) 319.25º 0.82% 0.76% -
XYZ 28.17 14.88 27.77 -
YUV 95.85 155.18 198.72 -
System Red Green Blue C M Y K H S L
Decimal 195 36 144 0 0.82 0.26 0.24 319.25 0.69 0.45
Hex C3 24 90 0 52 1A 18 13F 45 2D
Octal 303 44 220 0 122 32 30 477 105 55
Binary 11000011 100100 10010000 0 1010010 11010 11000 100111111 1000101 101101

Color Harmonies of #C32490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32490

Black with #C32490

Text Example


Text Example

White with #C32490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32490; }

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

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

background-color css

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

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

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

border-color css

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

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

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