Html Css Color HEX #C735AA Medium Red Violet

📋 copy color: '#C735AA'

red 199 ◦ green 53 ◦ blue 170

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

Shades of Medium Red Violet #C735AA

Tints of Medium Red Violet #C735AA

RGB

 RED value IS 199 (78.13% from 255) = 47.16%

 GREEN value IS 53 (21.09% from 255) = 12.56%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 47.16%
G = 12.56%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C735AA (or 0xC735AA) is known color: Medium Red Violet. HEX triplet: C7, 35 and AA. RGB value is (199,53,170). Sum of RGB (Red+Green+Blue) = 199+53+170=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C735AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C735AA is #38CA55. Grayscale: #6D6D6D. Windows color (decimal): -3721814 or 11154887. OLE color: 11154887.

HSL color Cylindrical-coordinate representation of color #C735AA: hue angle of 311.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C735AA is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 170 -
CMYK 0 0.73 0.15 0.22
HSL 311.92º 0.58% 0.49% -
HSV(B) 311.92º 0.73% 0.78% -
XYZ 32.08 17.59 39.73 -
YUV 109.99 161.87 191.49 -
System Red Green Blue C M Y K H S L
Decimal 199 53 170 0 0.73 0.15 0.22 311.92 0.58 0.49
Hex C7 35 AA 0 49 F 16 138 3A 31
Octal 307 65 252 0 111 17 26 470 72 61
Binary 11000111 110101 10101010 0 1001001 1111 10110 100111000 111010 110001

Color Harmonies of #C735AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735AA

Black with #C735AA

Text Example


Text Example

White with #C735AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735AA; }

 p { color: rgb(199,53,170); }

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

background-color css

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

 a { background-color: rgb(199,53,170); }

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

border-color css

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

 span { border-color: rgb(199,53,170); }

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