Html Css Color HEX #C34281 Mulberry

📋 copy color: '#C34281'

red 195 ◦ green 66 ◦ blue 129

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

Shades of Mulberry #C34281

Tints of Mulberry #C34281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.92%

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

R = 50%
G = 16.92%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C34281 (or 0xC34281) is known color: Mulberry. HEX triplet: C3, 42 and 81. RGB value is (195,66,129). Sum of RGB (Red+Green+Blue) = 195+66+129=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C34281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34281 is #3CBD7E. Grayscale: #6F6F6F. Windows color (decimal): -3980671 or 8471235. OLE color: 8471235.

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

Color convert

RGB 195 66 129 -
CMYK 0 0.66 0.34 0.24
HSL 330.7º 0.52% 0.51% -
HSV(B) 330.7º 0.66% 0.76% -
XYZ 28.42 17.08 22.57 -
YUV 111.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 195 66 129 0 0.66 0.34 0.24 330.7 0.52 0.51
Hex C3 42 81 0 42 22 18 14B 34 33
Octal 303 102 201 0 102 42 30 513 64 63
Binary 11000011 1000010 10000001 0 1000010 100010 11000 101001011 110100 110011

Color Harmonies of #C34281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34281

Black with #C34281

Text Example


Text Example

White with #C34281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34281; }

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

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

background-color css

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

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

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

border-color css

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

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

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