Html Css Color HEX #C348A0 Mulberry

📋 copy color: '#C348A0'

red 195 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #C348A0

Tints of Mulberry #C348A0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.86%

 BLUE value IS 160 (62.89% from 255) = 37.47%

R = 45.67%
G = 16.86%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C348A0 (or 0xC348A0) is known color: Mulberry. HEX triplet: C3, 48 and A0. RGB value is (195,72,160). Sum of RGB (Red+Green+Blue) = 195+72+160=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C348A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C348A0 is #3CB75F. Grayscale: #767676. Windows color (decimal): -3979104 or 10504387. OLE color: 10504387.

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

Color convert

RGB 195 72 160 -
CMYK 0 0.63 0.18 0.24
HSL 317.07º 0.51% 0.52% -
HSV(B) 317.07º 0.63% 0.76% -
XYZ 31.17 18.77 35.24 -
YUV 118.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 195 72 160 0 0.63 0.18 0.24 317.07 0.51 0.52
Hex C3 48 A0 0 3F 12 18 13D 33 34
Octal 303 110 240 0 77 22 30 475 63 64
Binary 11000011 1001000 10100000 0 111111 10010 11000 100111101 110011 110100

Color Harmonies of #C348A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348A0

Black with #C348A0

Text Example


Text Example

White with #C348A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348A0; }

 p { color: rgb(195,72,160); }

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

background-color css

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

 a { background-color: rgb(195,72,160); }

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

border-color css

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

 span { border-color: rgb(195,72,160); }

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