Html Css Color HEX #C34AA7 Mulberry

📋 copy color: '#C34AA7'

red 195 ◦ green 74 ◦ blue 167

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

Shades of Mulberry #C34AA7

Tints of Mulberry #C34AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.3%

R = 44.72%
G = 16.97%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C34AA7 (or 0xC34AA7) is known color: Mulberry. HEX triplet: C3, 4A and A7. RGB value is (195,74,167). Sum of RGB (Red+Green+Blue) = 195+74+167=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AA7 is #3CB558. Grayscale: #787878. Windows color (decimal): -3978585 or 10963651. OLE color: 10963651.

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

Color convert

RGB 195 74 167 -
CMYK 0 0.62 0.14 0.24
HSL 313.88º 0.5% 0.53% -
HSV(B) 313.88º 0.62% 0.76% -
XYZ 31.93 19.29 38.6 -
YUV 120.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 195 74 167 0 0.62 0.14 0.24 313.88 0.5 0.53
Hex C3 4A A7 0 3E E 18 13A 32 35
Octal 303 112 247 0 76 16 30 472 62 65
Binary 11000011 1001010 10100111 0 111110 1110 11000 100111010 110010 110101

Color Harmonies of #C34AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AA7

Black with #C34AA7

Text Example


Text Example

White with #C34AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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