Html Css Color HEX #C42BA1 Medium Red Violet

📋 copy color: '#C42BA1'

red 196 ◦ green 43 ◦ blue 161

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

Shades of Medium Red Violet #C42BA1

Tints of Medium Red Violet #C42BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.75%

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

R = 49%
G = 10.75%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C42BA1 (or 0xC42BA1) is known color: Medium Red Violet. HEX triplet: C4, 2B and A1. RGB value is (196,43,161). Sum of RGB (Red+Green+Blue) = 196+43+161=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C42BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42BA1 is #3BD45E. Grayscale: #656565. Windows color (decimal): -3920991 or 10562500. OLE color: 10562500.

HSL color Cylindrical-coordinate representation of color #C42BA1: hue angle of 313.73º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42BA1 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 43 161 -
CMYK 0 0.78 0.18 0.23
HSL 313.73º 0.64% 0.47% -
HSV(B) 313.73º 0.78% 0.77% -
XYZ 30.06 16.04 35.23 -
YUV 102.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 196 43 161 0 0.78 0.18 0.23 313.73 0.64 0.47
Hex C4 2B A1 0 4E 12 17 13A 40 2F
Octal 304 53 241 0 116 22 27 472 100 57
Binary 11000100 101011 10100001 0 1001110 10010 10111 100111010 1000000 101111

Color Harmonies of #C42BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BA1

Black with #C42BA1

Text Example


Text Example

White with #C42BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BA1; }

 p { color: rgb(196,43,161); }

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

background-color css

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

 a { background-color: rgb(196,43,161); }

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

border-color css

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

 span { border-color: rgb(196,43,161); }

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