Html Css Color HEX #C34781 Mulberry

📋 copy color: '#C34781'

red 195 ◦ green 71 ◦ blue 129

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

Shades of Mulberry #C34781

Tints of Mulberry #C34781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.97%

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

R = 49.37%
G = 17.97%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C34781 (or 0xC34781) is known color: Mulberry. HEX triplet: C3, 47 and 81. RGB value is (195,71,129). Sum of RGB (Red+Green+Blue) = 195+71+129=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C34781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34781 is #3CB87E. Grayscale: #727272. Windows color (decimal): -3979391 or 8472515. OLE color: 8472515.

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

Color convert

RGB 195 71 129 -
CMYK 0 0.64 0.34 0.24
HSL 331.94º 0.51% 0.52% -
HSV(B) 331.94º 0.64% 0.76% -
XYZ 28.72 17.69 22.67 -
YUV 114.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 195 71 129 0 0.64 0.34 0.24 331.94 0.51 0.52
Hex C3 47 81 0 40 22 18 14C 33 34
Octal 303 107 201 0 100 42 30 514 63 64
Binary 11000011 1000111 10000001 0 1000000 100010 11000 101001100 110011 110100

Color Harmonies of #C34781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34781

Black with #C34781

Text Example


Text Example

White with #C34781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34781; }

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

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

background-color css

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

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

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

border-color css

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

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

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