Html Css Color HEX #C43E96 Mulberry

📋 copy color: '#C43E96'

red 196 ◦ green 62 ◦ blue 150

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

Shades of Mulberry #C43E96

Tints of Mulberry #C43E96

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.2%

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 48.04%
G = 15.2%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C43E96 (or 0xC43E96) is known color: Mulberry. HEX triplet: C4, 3E and 96. RGB value is (196,62,150). Sum of RGB (Red+Green+Blue) = 196+62+150=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43E96 is #3BC169. Grayscale: #6F6F6F. Windows color (decimal): -3916138 or 9846468. OLE color: 9846468.

HSL color Cylindrical-coordinate representation of color #C43E96: hue angle of 320.6º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43E96 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 62 150 -
CMYK 0 0.68 0.23 0.23
HSL 320.6º 0.53% 0.51% -
HSV(B) 320.6º 0.68% 0.77% -
XYZ 29.99 17.38 30.63 -
YUV 112.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 196 62 150 0 0.68 0.23 0.23 320.6 0.53 0.51
Hex C4 3E 96 0 44 17 17 141 35 33
Octal 304 76 226 0 104 27 27 501 65 63
Binary 11000100 111110 10010110 0 1000100 10111 10111 101000001 110101 110011

Color Harmonies of #C43E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E96

Black with #C43E96

Text Example


Text Example

White with #C43E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E96; }

 p { color: rgb(196,62,150); }

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

background-color css

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

 a { background-color: rgb(196,62,150); }

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

border-color css

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

 span { border-color: rgb(196,62,150); }

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