Html Css Color HEX #C34C8E Mulberry

📋 copy color: '#C34C8E'

red 195 ◦ green 76 ◦ blue 142

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

Shades of Mulberry #C34C8E

Tints of Mulberry #C34C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 47.22%
G = 18.4%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C34C8E (or 0xC34C8E) is known color: Mulberry. HEX triplet: C3, 4C and 8E. RGB value is (195,76,142). Sum of RGB (Red+Green+Blue) = 195+76+142=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C8E is #3CB371. Grayscale: #767676. Windows color (decimal): -3978098 or 9325763. OLE color: 9325763.

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

Color convert

RGB 195 76 142 -
CMYK 0 0.61 0.27 0.24
HSL 326.72º 0.5% 0.53% -
HSV(B) 326.72º 0.61% 0.76% -
XYZ 29.97 18.72 27.63 -
YUV 119.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 195 76 142 0 0.61 0.27 0.24 326.72 0.5 0.53
Hex C3 4C 8E 0 3D 1B 18 147 32 35
Octal 303 114 216 0 75 33 30 507 62 65
Binary 11000011 1001100 10001110 0 111101 11011 11000 101000111 110010 110101

Color Harmonies of #C34C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C8E

Black with #C34C8E

Text Example


Text Example

White with #C34C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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