Html Css Color HEX #C34080 Mulberry

📋 copy color: '#C34080'

red 195 ◦ green 64 ◦ blue 128

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

Shades of Mulberry #C34080

Tints of Mulberry #C34080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.54%

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

R = 50.39%
G = 16.54%
B = 33.07%

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

#C34080 (or 0xC34080) is known color: Mulberry. HEX triplet: C3, 40 and 80. RGB value is (195,64,128). Sum of RGB (Red+Green+Blue) = 195+64+128=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C34080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34080 is #3CBF7F. Grayscale: #6E6E6E. Windows color (decimal): -3981184 or 8405187. OLE color: 8405187.

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

Color convert

RGB 195 64 128 -
CMYK 0 0.67 0.34 0.24
HSL 330.69º 0.52% 0.51% -
HSV(B) 330.69º 0.67% 0.76% -
XYZ 28.24 16.83 22.18 -
YUV 110.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 195 64 128 0 0.67 0.34 0.24 330.69 0.52 0.51
Hex C3 40 80 0 43 22 18 14B 34 33
Octal 303 100 200 0 103 42 30 513 64 63
Binary 11000011 1000000 10000000 0 1000011 100010 11000 101001011 110100 110011

Color Harmonies of #C34080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34080

Black with #C34080

Text Example


Text Example

White with #C34080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34080; }

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

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

background-color css

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

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

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

border-color css

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

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

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