Html Css Color HEX #C412A3 Medium Violet Red

📋 copy color: '#C412A3'

red 196 ◦ green 18 ◦ blue 163

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

Shades of Medium Violet Red #C412A3

Tints of Medium Violet Red #C412A3

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

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

R = 51.99%
G = 4.77%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C412A3 (or 0xC412A3) is known color: Medium Violet Red. HEX triplet: C4, 12 and A3. RGB value is (196,18,163). Sum of RGB (Red+Green+Blue) = 196+18+163=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C412A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C412A3 is #3BED5C. Grayscale: #575757. Windows color (decimal): -3927389 or 10687172. OLE color: 10687172.

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

Color convert

RGB 196 18 163 -
CMYK 0 0.91 0.17 0.23
HSL 311.12º 0.83% 0.42% -
HSV(B) 311.12º 0.91% 0.77% -
XYZ 29.59 14.81 35.95 -
YUV 87.75 170.47 205.21 -
System Red Green Blue C M Y K H S L
Decimal 196 18 163 0 0.91 0.17 0.23 311.12 0.83 0.42
Hex C4 12 A3 0 5B 11 17 137 53 2A
Octal 304 22 243 0 133 21 27 467 123 52
Binary 11000100 10010 10100011 0 1011011 10001 10111 100110111 1010011 101010

Color Harmonies of #C412A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412A3

Black with #C412A3

Text Example


Text Example

White with #C412A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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