Html Css Color HEX #C34A8F Mulberry

📋 copy color: '#C34A8F'

red 195 ◦ green 74 ◦ blue 143

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

Shades of Mulberry #C34A8F

Tints of Mulberry #C34A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.96%

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 47.33%
G = 17.96%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C34A8F (or 0xC34A8F) is known color: Mulberry. HEX triplet: C3, 4A and 8F. RGB value is (195,74,143). Sum of RGB (Red+Green+Blue) = 195+74+143=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34A8F is #3CB570. Grayscale: #757575. Windows color (decimal): -3978609 or 9390787. OLE color: 9390787.

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

Color convert

RGB 195 74 143 -
CMYK 0 0.62 0.27 0.24
HSL 325.79º 0.5% 0.53% -
HSV(B) 325.79º 0.62% 0.76% -
XYZ 29.91 18.48 27.98 -
YUV 118.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 195 74 143 0 0.62 0.27 0.24 325.79 0.5 0.53
Hex C3 4A 8F 0 3E 1B 18 146 32 35
Octal 303 112 217 0 76 33 30 506 62 65
Binary 11000011 1001010 10001111 0 111110 11011 11000 101000110 110010 110101

Color Harmonies of #C34A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A8F

Black with #C34A8F

Text Example


Text Example

White with #C34A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A8F; }

 p { color: rgb(195,74,143); }

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

background-color css

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

 a { background-color: rgb(195,74,143); }

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

border-color css

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

 span { border-color: rgb(195,74,143); }

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