Html Css Color HEX #C34181 Mulberry

📋 copy color: '#C34181'

red 195 ◦ green 65 ◦ blue 129

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

Shades of Mulberry #C34181

Tints of Mulberry #C34181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.71%

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

R = 50.13%
G = 16.71%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C34181 (or 0xC34181) is known color: Mulberry. HEX triplet: C3, 41 and 81. RGB value is (195,65,129). Sum of RGB (Red+Green+Blue) = 195+65+129=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C34181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34181 is #3CBE7E. Grayscale: #6F6F6F. Windows color (decimal): -3980927 or 8470979. OLE color: 8470979.

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

Color convert

RGB 195 65 129 -
CMYK 0 0.67 0.34 0.24
HSL 330.46º 0.52% 0.51% -
HSV(B) 330.46º 0.67% 0.76% -
XYZ 28.36 16.97 22.55 -
YUV 111.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 195 65 129 0 0.67 0.34 0.24 330.46 0.52 0.51
Hex C3 41 81 0 43 22 18 14A 34 33
Octal 303 101 201 0 103 42 30 512 64 63
Binary 11000011 1000001 10000001 0 1000011 100010 11000 101001010 110100 110011

Color Harmonies of #C34181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34181

Black with #C34181

Text Example


Text Example

White with #C34181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34181; }

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

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

background-color css

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

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

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

border-color css

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

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

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