Html Css Color HEX #C34898 Mulberry

📋 copy color: '#C34898'

red 195 ◦ green 72 ◦ blue 152

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

Shades of Mulberry #C34898

Tints of Mulberry #C34898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.18%

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

R = 46.54%
G = 17.18%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C34898 (or 0xC34898) is known color: Mulberry. HEX triplet: C3, 48 and 98. RGB value is (195,72,152). Sum of RGB (Red+Green+Blue) = 195+72+152=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C34898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34898 is #3CB767. Grayscale: #757575. Windows color (decimal): -3979112 or 9980099. OLE color: 9980099.

HSL color Cylindrical-coordinate representation of color #C34898: hue angle of 320.98º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34898 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 152 -
CMYK 0 0.63 0.22 0.24
HSL 320.98º 0.51% 0.52% -
HSV(B) 320.98º 0.63% 0.76% -
XYZ 30.49 18.5 31.67 -
YUV 117.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 195 72 152 0 0.63 0.22 0.24 320.98 0.51 0.52
Hex C3 48 98 0 3F 16 18 141 33 34
Octal 303 110 230 0 77 26 30 501 63 64
Binary 11000011 1001000 10011000 0 111111 10110 11000 101000001 110011 110100

Color Harmonies of #C34898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34898

Black with #C34898

Text Example


Text Example

White with #C34898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34898; }

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

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

background-color css

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

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

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

border-color css

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

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

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