Html Css Color HEX #C34199 Mulberry

📋 copy color: '#C34199'

red 195 ◦ green 65 ◦ blue 153

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

Shades of Mulberry #C34199

Tints of Mulberry #C34199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.74%

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

R = 47.22%
G = 15.74%
B = 37.05%

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

#C34199 (or 0xC34199) is known color: Mulberry. HEX triplet: C3, 41 and 99. RGB value is (195,65,153). Sum of RGB (Red+Green+Blue) = 195+65+153=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C34199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34199 is #3CBE66. Grayscale: #717171. Windows color (decimal): -3980903 or 10043843. OLE color: 10043843.

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

Color convert

RGB 195 65 153 -
CMYK 0 0.67 0.22 0.24
HSL 319.38º 0.52% 0.51% -
HSV(B) 319.38º 0.67% 0.76% -
XYZ 30.15 17.68 31.96 -
YUV 113.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 195 65 153 0 0.67 0.22 0.24 319.38 0.52 0.51
Hex C3 41 99 0 43 16 18 13F 34 33
Octal 303 101 231 0 103 26 30 477 64 63
Binary 11000011 1000001 10011001 0 1000011 10110 11000 100111111 110100 110011

Color Harmonies of #C34199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34199

Black with #C34199

Text Example


Text Example

White with #C34199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34199; }

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

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

background-color css

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

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

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

border-color css

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

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

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