Html Css Color HEX #C34398 Mulberry

📋 copy color: '#C34398'

red 195 ◦ green 67 ◦ blue 152

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

Shades of Mulberry #C34398

Tints of Mulberry #C34398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.71%

R = 47.1%
G = 16.18%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C34398 (or 0xC34398) is known color: Mulberry. HEX triplet: C3, 43 and 98. RGB value is (195,67,152). Sum of RGB (Red+Green+Blue) = 195+67+152=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C34398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34398 is #3CBC67. Grayscale: #727272. Windows color (decimal): -3980392 or 9978819. OLE color: 9978819.

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

Color convert

RGB 195 67 152 -
CMYK 0 0.66 0.22 0.24
HSL 320.16º 0.52% 0.51% -
HSV(B) 320.16º 0.66% 0.76% -
XYZ 30.18 17.88 31.57 -
YUV 114.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 195 67 152 0 0.66 0.22 0.24 320.16 0.52 0.51
Hex C3 43 98 0 42 16 18 140 34 33
Octal 303 103 230 0 102 26 30 500 64 63
Binary 11000011 1000011 10011000 0 1000010 10110 11000 101000000 110100 110011

Color Harmonies of #C34398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34398

Black with #C34398

Text Example


Text Example

White with #C34398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34398; }

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

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

background-color css

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

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

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

border-color css

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

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

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