Html Css Color HEX #C340A7 Mulberry

📋 copy color: '#C340A7'

red 195 ◦ green 64 ◦ blue 167

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

Shades of Mulberry #C340A7

Tints of Mulberry #C340A7

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.02%

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

R = 45.77%
G = 15.02%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C340A7 (or 0xC340A7) is known color: Mulberry. HEX triplet: C3, 40 and A7. RGB value is (195,64,167). Sum of RGB (Red+Green+Blue) = 195+64+167=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C340A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340A7 is #3CBF58. Grayscale: #727272. Windows color (decimal): -3981145 or 10961091. OLE color: 10961091.

HSL color Cylindrical-coordinate representation of color #C340A7: hue angle of 312.82º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C340A7 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 167 -
CMYK 0 0.67 0.14 0.24
HSL 312.82º 0.52% 0.51% -
HSV(B) 312.82º 0.67% 0.76% -
XYZ 31.31 18.06 38.39 -
YUV 114.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 195 64 167 0 0.67 0.14 0.24 312.82 0.52 0.51
Hex C3 40 A7 0 43 E 18 139 34 33
Octal 303 100 247 0 103 16 30 471 64 63
Binary 11000011 1000000 10100111 0 1000011 1110 11000 100111001 110100 110011

Color Harmonies of #C340A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340A7

Black with #C340A7

Text Example


Text Example

White with #C340A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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