Html Css Color HEX #C34380 Mulberry

📋 copy color: '#C34380'

red 195 ◦ green 67 ◦ blue 128

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

Shades of Mulberry #C34380

Tints of Mulberry #C34380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.18%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 50%
G = 17.18%
B = 32.82%

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

#C34380 (or 0xC34380) is known color: Mulberry. HEX triplet: C3, 43 and 80. RGB value is (195,67,128). Sum of RGB (Red+Green+Blue) = 195+67+128=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C34380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34380 is #3CBC7F. Grayscale: #707070. Windows color (decimal): -3980416 or 8405955. OLE color: 8405955.

HSL color Cylindrical-coordinate representation of color #C34380: hue angle of 331.41º 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 #C34380 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 67 128 -
CMYK 0 0.66 0.34 0.24
HSL 331.41º 0.52% 0.51% -
HSV(B) 331.41º 0.66% 0.76% -
XYZ 28.41 17.17 22.24 -
YUV 112.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 195 67 128 0 0.66 0.34 0.24 331.41 0.52 0.51
Hex C3 43 80 0 42 22 18 14B 34 33
Octal 303 103 200 0 102 42 30 513 64 63
Binary 11000011 1000011 10000000 0 1000010 100010 11000 101001011 110100 110011

Color Harmonies of #C34380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34380

Black with #C34380

Text Example


Text Example

White with #C34380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34380; }

 p { color: rgb(195,67,128); }

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

background-color css

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

 a { background-color: rgb(195,67,128); }

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

border-color css

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

 span { border-color: rgb(195,67,128); }

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