Html Css Color HEX #C43D94 Mulberry

📋 copy color: '#C43D94'

red 196 ◦ green 61 ◦ blue 148

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

Shades of Mulberry #C43D94

Tints of Mulberry #C43D94

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.06%

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 48.4%
G = 15.06%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C43D94 (or 0xC43D94) is known color: Mulberry. HEX triplet: C4, 3D and 94. RGB value is (196,61,148). Sum of RGB (Red+Green+Blue) = 196+61+148=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43D94 is #3BC26B. Grayscale: #6F6F6F. Windows color (decimal): -3916396 or 9715140. OLE color: 9715140.

HSL color Cylindrical-coordinate representation of color #C43D94: hue angle of 321.33º degrees, saturation: 0.53, 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 #C43D94 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 61 148 -
CMYK 0 0.69 0.24 0.23
HSL 321.33º 0.53% 0.5% -
HSV(B) 321.33º 0.69% 0.77% -
XYZ 29.78 17.21 29.77 -
YUV 111.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 196 61 148 0 0.69 0.24 0.23 321.33 0.53 0.5
Hex C4 3D 94 0 45 18 17 141 35 32
Octal 304 75 224 0 105 30 27 501 65 62
Binary 11000100 111101 10010100 0 1000101 11000 10111 101000001 110101 110010

Color Harmonies of #C43D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43D94

Black with #C43D94

Text Example


Text Example

White with #C43D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43D94; }

 p { color: rgb(196,61,148); }

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

background-color css

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

 a { background-color: rgb(196,61,148); }

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

border-color css

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

 span { border-color: rgb(196,61,148); }

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