Html Css Color HEX #C035A1 Medium Red Violet

📋 copy color: '#C035A1'

red 192 ◦ green 53 ◦ blue 161

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

Shades of Medium Red Violet #C035A1

Tints of Medium Red Violet #C035A1

RGB

 RED value IS 192 (75.39% from 255) = 47.29%

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

 BLUE value IS 161 (63.28% from 255) = 39.66%

R = 47.29%
G = 13.05%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C035A1 (or 0xC035A1) is known color: Medium Red Violet. HEX triplet: C0, 35 and A1. RGB value is (192,53,161). Sum of RGB (Red+Green+Blue) = 192+53+161=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C035A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035A1 is #3FCA5E. Grayscale: #6A6A6A. Windows color (decimal): -4180575 or 10565056. OLE color: 10565056.

HSL color Cylindrical-coordinate representation of color #C035A1: hue angle of 313.38º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C035A1 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 161 -
CMYK 0 0.72 0.16 0.25
HSL 313.38º 0.57% 0.48% -
HSV(B) 313.38º 0.72% 0.75% -
XYZ 29.44 16.33 35.32 -
YUV 106.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 192 53 161 0 0.72 0.16 0.25 313.38 0.57 0.48
Hex C0 35 A1 0 48 10 19 139 39 30
Octal 300 65 241 0 110 20 31 471 71 60
Binary 11000000 110101 10100001 0 1001000 10000 11001 100111001 111001 110000

Color Harmonies of #C035A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035A1

Black with #C035A1

Text Example


Text Example

White with #C035A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035A1; }

 p { color: rgb(192,53,161); }

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

background-color css

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

 a { background-color: rgb(192,53,161); }

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

border-color css

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

 span { border-color: rgb(192,53,161); }

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