Html Css Color HEX #C34699 Mulberry

📋 copy color: '#C34699'

red 195 ◦ green 70 ◦ blue 153

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

Shades of Mulberry #C34699

Tints of Mulberry #C34699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.75%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 46.65%
G = 16.75%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C34699 (or 0xC34699) is known color: Mulberry. HEX triplet: C3, 46 and 99. RGB value is (195,70,153). Sum of RGB (Red+Green+Blue) = 195+70+153=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C34699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34699 is #3CB966. Grayscale: #747474. Windows color (decimal): -3979623 or 10045123. OLE color: 10045123.

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

Color convert

RGB 195 70 153 -
CMYK 0 0.64 0.22 0.24
HSL 320.16º 0.51% 0.52% -
HSV(B) 320.16º 0.64% 0.76% -
XYZ 30.45 18.28 32.06 -
YUV 116.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 195 70 153 0 0.64 0.22 0.24 320.16 0.51 0.52
Hex C3 46 99 0 40 16 18 140 33 34
Octal 303 106 231 0 100 26 30 500 63 64
Binary 11000011 1000110 10011001 0 1000000 10110 11000 101000000 110011 110100

Color Harmonies of #C34699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34699

Black with #C34699

Text Example


Text Example

White with #C34699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34699; }

 p { color: rgb(195,70,153); }

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

background-color css

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

 a { background-color: rgb(195,70,153); }

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

border-color css

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

 span { border-color: rgb(195,70,153); }

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