Html Css Color HEX #C32690 Medium Red Violet

📋 copy color: '#C32690'

red 195 ◦ green 38 ◦ blue 144

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

Shades of Medium Red Violet #C32690

Tints of Medium Red Violet #C32690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.08%

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

R = 51.72%
G = 10.08%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C32690 (or 0xC32690) is known color: Medium Red Violet. HEX triplet: C3, 26 and 90. RGB value is (195,38,144). Sum of RGB (Red+Green+Blue) = 195+38+144=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C32690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32690 is #3CD96F. Grayscale: #606060. Windows color (decimal): -3987824 or 9447107. OLE color: 9447107.

HSL color Cylindrical-coordinate representation of color #C32690: hue angle of 319.49º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32690 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 38 144 -
CMYK 0 0.81 0.26 0.24
HSL 319.49º 0.67% 0.46% -
HSV(B) 319.49º 0.81% 0.76% -
XYZ 28.23 15 27.79 -
YUV 97.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 195 38 144 0 0.81 0.26 0.24 319.49 0.67 0.46
Hex C3 26 90 0 51 1A 18 13F 43 2E
Octal 303 46 220 0 121 32 30 477 103 56
Binary 11000011 100110 10010000 0 1010001 11010 11000 100111111 1000011 101110

Color Harmonies of #C32690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32690

Black with #C32690

Text Example


Text Example

White with #C32690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32690; }

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

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

background-color css

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

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

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

border-color css

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

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

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