Html Css Color HEX #C405A3 Medium Violet Red

📋 copy color: '#C405A3'

red 196 ◦ green 5 ◦ blue 163

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

Shades of Medium Violet Red #C405A3

Tints of Medium Violet Red #C405A3

RGB

 RED value IS 196 (76.95% from 255) = 53.85%

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

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

R = 53.85%
G = 1.37%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C405A3 (or 0xC405A3) is known color: Medium Violet Red. HEX triplet: C4, 05 and A3. RGB value is (196,5,163). Sum of RGB (Red+Green+Blue) = 196+5+163=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C405A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C405A3 is #3BFA5C. Grayscale: #4F4F4F. Windows color (decimal): -3930717 or 10683844. OLE color: 10683844.

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

Color convert

RGB 196 5 163 -
CMYK 0 0.97 0.17 0.23
HSL 310.37º 0.95% 0.39% -
HSV(B) 310.37º 0.97% 0.77% -
XYZ 29.43 14.49 35.9 -
YUV 80.12 174.78 210.65 -
System Red Green Blue C M Y K H S L
Decimal 196 5 163 0 0.97 0.17 0.23 310.37 0.95 0.39
Hex C4 5 A3 0 61 11 17 136 5F 27
Octal 304 5 243 0 141 21 27 466 137 47
Binary 11000100 101 10100011 0 1100001 10001 10111 100110110 1011111 100111

Color Harmonies of #C405A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C405A3

Black with #C405A3

Text Example


Text Example

White with #C405A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C405A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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