Html Css Color HEX #C42BAA Medium Red Violet

📋 copy color: '#C42BAA'

red 196 ◦ green 43 ◦ blue 170

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

Shades of Medium Red Violet #C42BAA

Tints of Medium Red Violet #C42BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 47.92%
G = 10.51%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C42BAA (or 0xC42BAA) is known color: Medium Red Violet. HEX triplet: C4, 2B and AA. RGB value is (196,43,170). Sum of RGB (Red+Green+Blue) = 196+43+170=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C42BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42BAA is #3BD455. Grayscale: #666666. Windows color (decimal): -3920982 or 11152324. OLE color: 11152324.

HSL color Cylindrical-coordinate representation of color #C42BAA: hue angle of 310.2º 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 #C42BAA is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 43 170 -
CMYK 0 0.78 0.13 0.23
HSL 310.2º 0.64% 0.47% -
HSV(B) 310.2º 0.78% 0.77% -
XYZ 30.88 16.37 39.56 -
YUV 103.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 196 43 170 0 0.78 0.13 0.23 310.2 0.64 0.47
Hex C4 2B AA 0 4E D 17 136 40 2F
Octal 304 53 252 0 116 15 27 466 100 57
Binary 11000100 101011 10101010 0 1001110 1101 10111 100110110 1000000 101111

Color Harmonies of #C42BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BAA

Black with #C42BAA

Text Example


Text Example

White with #C42BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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