Html Css Color HEX #C34581 Mulberry

📋 copy color: '#C34581'

red 195 ◦ green 69 ◦ blue 129

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

Shades of Mulberry #C34581

Tints of Mulberry #C34581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.56%

 BLUE value IS 129 (50.78% from 255) = 32.82%

R = 49.62%
G = 17.56%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C34581 (or 0xC34581) is known color: Mulberry. HEX triplet: C3, 45 and 81. RGB value is (195,69,129). Sum of RGB (Red+Green+Blue) = 195+69+129=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C34581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34581 is #3CBA7E. Grayscale: #717171. Windows color (decimal): -3979903 or 8472003. OLE color: 8472003.

HSL color Cylindrical-coordinate representation of color #C34581: hue angle of 331.43º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34581 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 69 129 -
CMYK 0 0.65 0.34 0.24
HSL 331.43º 0.51% 0.52% -
HSV(B) 331.43º 0.65% 0.76% -
XYZ 28.6 17.44 22.63 -
YUV 113.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 195 69 129 0 0.65 0.34 0.24 331.43 0.51 0.52
Hex C3 45 81 0 41 22 18 14B 33 34
Octal 303 105 201 0 101 42 30 513 63 64
Binary 11000011 1000101 10000001 0 1000001 100010 11000 101001011 110011 110100

Color Harmonies of #C34581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34581

Black with #C34581

Text Example


Text Example

White with #C34581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34581; }

 p { color: rgb(195,69,129); }

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

background-color css

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

 a { background-color: rgb(195,69,129); }

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

border-color css

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

 span { border-color: rgb(195,69,129); }

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