Html Css Color HEX #C305A3 Medium Violet Red

📋 copy color: '#C305A3'

red 195 ◦ green 5 ◦ blue 163

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

Shades of Medium Violet Red #C305A3

Tints of Medium Violet Red #C305A3

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

 BLUE value IS 163 (64.06% from 255) = 44.9%

R = 53.72%
G = 1.38%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C305A3 (or 0xC305A3) is known color: Medium Violet Red. HEX triplet: C3, 05 and A3. RGB value is (195,5,163). Sum of RGB (Red+Green+Blue) = 195+5+163=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C305A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C305A3 is #3CFA5C. Grayscale: #4F4F4F. Windows color (decimal): -3996253 or 10683843. OLE color: 10683843.

HSL color Cylindrical-coordinate representation of color #C305A3: hue angle of 310.11º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C305A3 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 163 -
CMYK 0 0.97 0.16 0.24
HSL 310.11º 0.95% 0.39% -
HSV(B) 310.11º 0.97% 0.76% -
XYZ 29.17 14.35 35.88 -
YUV 79.82 174.95 210.15 -
System Red Green Blue C M Y K H S L
Decimal 195 5 163 0 0.97 0.16 0.24 310.11 0.95 0.39
Hex C3 5 A3 0 61 10 18 136 5F 27
Octal 303 5 243 0 141 20 30 466 137 47
Binary 11000011 101 10100011 0 1100001 10000 11000 100110110 1011111 100111

Color Harmonies of #C305A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C305A3

Black with #C305A3

Text Example


Text Example

White with #C305A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C305A3; }

 p { color: rgb(195,5,163); }

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

background-color css

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

 a { background-color: rgb(195,5,163); }

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

border-color css

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

 span { border-color: rgb(195,5,163); }

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