Html Css Color HEX #C43BA0 Mulberry

📋 copy color: '#C43BA0'

red 196 ◦ green 59 ◦ blue 160

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

Shades of Mulberry #C43BA0

Tints of Mulberry #C43BA0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.22%

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 47.23%
G = 14.22%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C43BA0 (or 0xC43BA0) is known color: Mulberry. HEX triplet: C4, 3B and A0. RGB value is (196,59,160). Sum of RGB (Red+Green+Blue) = 196+59+160=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C43BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43BA0 is #3BC45F. Grayscale: #6F6F6F. Windows color (decimal): -3916896 or 10501060. OLE color: 10501060.

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

Color convert

RGB 196 59 160 -
CMYK 0 0.70 0.18 0.23
HSL 315.77º 0.54% 0.5% -
HSV(B) 315.77º 0.7% 0.77% -
XYZ 30.67 17.4 35 -
YUV 111.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 196 59 160 0 0.70 0.18 0.23 315.77 0.54 0.5
Hex C4 3B A0 0 46 12 17 13C 36 32
Octal 304 73 240 0 106 22 27 474 66 62
Binary 11000100 111011 10100000 0 1000110 10010 10111 100111100 110110 110010

Color Harmonies of #C43BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BA0

Black with #C43BA0

Text Example


Text Example

White with #C43BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BA0; }

 p { color: rgb(196,59,160); }

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

background-color css

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

 a { background-color: rgb(196,59,160); }

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

border-color css

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

 span { border-color: rgb(196,59,160); }

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