Html Css Color HEX #C43CA1 Mulberry

📋 copy color: '#C43CA1'

red 196 ◦ green 60 ◦ blue 161

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

Shades of Mulberry #C43CA1

Tints of Mulberry #C43CA1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.39%

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

R = 47%
G = 14.39%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C43CA1 (or 0xC43CA1) is known color: Mulberry. HEX triplet: C4, 3C and A1. RGB value is (196,60,161). Sum of RGB (Red+Green+Blue) = 196+60+161=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43CA1 is #3BC35E. Grayscale: #6F6F6F. Windows color (decimal): -3916639 or 10566852. OLE color: 10566852.

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

Color convert

RGB 196 60 161 -
CMYK 0 0.69 0.18 0.23
HSL 315.44º 0.54% 0.5% -
HSV(B) 315.44º 0.69% 0.77% -
XYZ 30.81 17.54 35.48 -
YUV 112.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 196 60 161 0 0.69 0.18 0.23 315.44 0.54 0.5
Hex C4 3C A1 0 45 12 17 13B 36 32
Octal 304 74 241 0 105 22 27 473 66 62
Binary 11000100 111100 10100001 0 1000101 10010 10111 100111011 110110 110010

Color Harmonies of #C43CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CA1

Black with #C43CA1

Text Example


Text Example

White with #C43CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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