Html Css Color HEX #C340A3 Mulberry

📋 copy color: '#C340A3'

red 195 ◦ green 64 ◦ blue 163

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

Shades of Mulberry #C340A3

Tints of Mulberry #C340A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.63%

R = 46.21%
G = 15.17%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C340A3 (or 0xC340A3) is known color: Mulberry. HEX triplet: C3, 40 and A3. RGB value is (195,64,163). Sum of RGB (Red+Green+Blue) = 195+64+163=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C340A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340A3 is #3CBF5C. Grayscale: #727272. Windows color (decimal): -3981149 or 10698947. OLE color: 10698947.

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

Color convert

RGB 195 64 163 -
CMYK 0 0.67 0.16 0.24
HSL 314.66º 0.52% 0.51% -
HSV(B) 314.66º 0.67% 0.76% -
XYZ 30.95 17.91 36.48 -
YUV 114.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 195 64 163 0 0.67 0.16 0.24 314.66 0.52 0.51
Hex C3 40 A3 0 43 10 18 13B 34 33
Octal 303 100 243 0 103 20 30 473 64 63
Binary 11000011 1000000 10100011 0 1000011 10000 11000 100111011 110100 110011

Color Harmonies of #C340A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340A3

Black with #C340A3

Text Example


Text Example

White with #C340A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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