Html Css Color HEX #C34C96 Mulberry

📋 copy color: '#C34C96'

red 195 ◦ green 76 ◦ blue 150

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

Shades of Mulberry #C34C96

Tints of Mulberry #C34C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

 BLUE value IS 150 (58.98% from 255) = 35.63%

R = 46.32%
G = 18.05%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C34C96 (or 0xC34C96) is known color: Mulberry. HEX triplet: C3, 4C and 96. RGB value is (195,76,150). Sum of RGB (Red+Green+Blue) = 195+76+150=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C96 is #3CB369. Grayscale: #777777. Windows color (decimal): -3978090 or 9850051. OLE color: 9850051.

HSL color Cylindrical-coordinate representation of color #C34C96: hue angle of 322.69º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34C96 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 76 150 -
CMYK 0 0.61 0.23 0.24
HSL 322.69º 0.5% 0.53% -
HSV(B) 322.69º 0.61% 0.76% -
XYZ 30.6 18.97 30.9 -
YUV 120.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 195 76 150 0 0.61 0.23 0.24 322.69 0.5 0.53
Hex C3 4C 96 0 3D 17 18 143 32 35
Octal 303 114 226 0 75 27 30 503 62 65
Binary 11000011 1001100 10010110 0 111101 10111 11000 101000011 110010 110101

Color Harmonies of #C34C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C96

Black with #C34C96

Text Example


Text Example

White with #C34C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C96; }

 p { color: rgb(195,76,150); }

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

background-color css

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

 a { background-color: rgb(195,76,150); }

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

border-color css

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

 span { border-color: rgb(195,76,150); }

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