Html Css Color HEX #C34099 Mulberry

📋 copy color: '#C34099'

red 195 ◦ green 64 ◦ blue 153

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

Shades of Mulberry #C34099

Tints of Mulberry #C34099

RGB

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

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

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

R = 47.33%
G = 15.53%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C34099 (or 0xC34099) is known color: Mulberry. HEX triplet: C3, 40 and 99. RGB value is (195,64,153). Sum of RGB (Red+Green+Blue) = 195+64+153=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C34099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34099 is #3CBF66. Grayscale: #717171. Windows color (decimal): -3981159 or 10043587. OLE color: 10043587.

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

Color convert

RGB 195 64 153 -
CMYK 0 0.67 0.22 0.24
HSL 319.24º 0.52% 0.51% -
HSV(B) 319.24º 0.67% 0.76% -
XYZ 30.09 17.57 31.94 -
YUV 113.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 195 64 153 0 0.67 0.22 0.24 319.24 0.52 0.51
Hex C3 40 99 0 43 16 18 13F 34 33
Octal 303 100 231 0 103 26 30 477 64 63
Binary 11000011 1000000 10011001 0 1000011 10110 11000 100111111 110100 110011

Color Harmonies of #C34099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34099

Black with #C34099

Text Example


Text Example

White with #C34099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34099; }

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

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

background-color css

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

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

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

border-color css

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

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

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