Html Css Color HEX #C32693 Medium Red Violet

📋 copy color: '#C32693'

red 195 ◦ green 38 ◦ blue 147

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

Shades of Medium Red Violet #C32693

Tints of Medium Red Violet #C32693

RGB

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

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

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

R = 51.32%
G = 10%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C32693 (or 0xC32693) is known color: Medium Red Violet. HEX triplet: C3, 26 and 93. RGB value is (195,38,147). Sum of RGB (Red+Green+Blue) = 195+38+147=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C32693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32693 is #3CD96C. Grayscale: #616161. Windows color (decimal): -3987821 or 9643715. OLE color: 9643715.

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

Color convert

RGB 195 38 147 -
CMYK 0 0.81 0.25 0.24
HSL 318.34º 0.67% 0.46% -
HSV(B) 318.34º 0.81% 0.76% -
XYZ 28.47 15.09 29.02 -
YUV 97.37 156.01 197.64 -
System Red Green Blue C M Y K H S L
Decimal 195 38 147 0 0.81 0.25 0.24 318.34 0.67 0.46
Hex C3 26 93 0 51 19 18 13E 43 2E
Octal 303 46 223 0 121 31 30 476 103 56
Binary 11000011 100110 10010011 0 1010001 11001 11000 100111110 1000011 101110

Color Harmonies of #C32693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32693

Black with #C32693

Text Example


Text Example

White with #C32693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32693; }

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

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

background-color css

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

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

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

border-color css

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

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

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