Html Css Color HEX #C34A8A Mulberry

📋 copy color: '#C34A8A'

red 195 ◦ green 74 ◦ blue 138

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

Shades of Mulberry #C34A8A

Tints of Mulberry #C34A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 47.91%
G = 18.18%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C34A8A (or 0xC34A8A) is known color: Mulberry. HEX triplet: C3, 4A and 8A. RGB value is (195,74,138). Sum of RGB (Red+Green+Blue) = 195+74+138=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34A8A is #3CB575. Grayscale: #757575. Windows color (decimal): -3978614 or 9063107. OLE color: 9063107.

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

Color convert

RGB 195 74 138 -
CMYK 0 0.62 0.29 0.24
HSL 328.26º 0.5% 0.53% -
HSV(B) 328.26º 0.62% 0.76% -
XYZ 29.54 18.33 26.03 -
YUV 117.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 195 74 138 0 0.62 0.29 0.24 328.26 0.5 0.53
Hex C3 4A 8A 0 3E 1D 18 148 32 35
Octal 303 112 212 0 76 35 30 510 62 65
Binary 11000011 1001010 10001010 0 111110 11101 11000 101001000 110010 110101

Color Harmonies of #C34A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A8A

Black with #C34A8A

Text Example


Text Example

White with #C34A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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