Html Css Color HEX #C34C8D Mulberry

📋 copy color: '#C34C8D'

red 195 ◦ green 76 ◦ blue 141

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

Shades of Mulberry #C34C8D

Tints of Mulberry #C34C8D

RGB

 RED value IS 195 (76.56% from 255) = 47.33%

 GREEN value IS 76 (30.08% from 255) = 18.45%

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 47.33%
G = 18.45%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C34C8D (or 0xC34C8D) is known color: Mulberry. HEX triplet: C3, 4C and 8D. RGB value is (195,76,141). Sum of RGB (Red+Green+Blue) = 195+76+141=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C8D is #3CB372. Grayscale: #767676. Windows color (decimal): -3978099 or 9260227. OLE color: 9260227.

HSL color Cylindrical-coordinate representation of color #C34C8D: hue angle of 327.23º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34C8D is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 76 141 -
CMYK 0 0.61 0.28 0.24
HSL 327.23º 0.5% 0.53% -
HSV(B) 327.23º 0.61% 0.76% -
XYZ 29.9 18.69 27.23 -
YUV 118.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 195 76 141 0 0.61 0.28 0.24 327.23 0.5 0.53
Hex C3 4C 8D 0 3D 1C 18 147 32 35
Octal 303 114 215 0 75 34 30 507 62 65
Binary 11000011 1001100 10001101 0 111101 11100 11000 101000111 110010 110101

Color Harmonies of #C34C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C8D

Black with #C34C8D

Text Example


Text Example

White with #C34C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C8D; }

 p { color: rgb(195,76,141); }

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

background-color css

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

 a { background-color: rgb(195,76,141); }

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

border-color css

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

 span { border-color: rgb(195,76,141); }

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