Html Css Color HEX #C344A5 Mulberry

📋 copy color: '#C344A5'

red 195 ◦ green 68 ◦ blue 165

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

Shades of Mulberry #C344A5

Tints of Mulberry #C344A5

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.89%

 BLUE value IS 165 (64.84% from 255) = 38.55%

R = 45.56%
G = 15.89%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C344A5 (or 0xC344A5) is known color: Mulberry. HEX triplet: C3, 44 and A5. RGB value is (195,68,165). Sum of RGB (Red+Green+Blue) = 195+68+165=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C344A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344A5 is #3CBB5A. Grayscale: #747474. Windows color (decimal): -3980123 or 10831043. OLE color: 10831043.

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

Color convert

RGB 195 68 165 -
CMYK 0 0.65 0.15 0.24
HSL 314.17º 0.51% 0.52% -
HSV(B) 314.17º 0.65% 0.76% -
XYZ 31.36 18.45 37.51 -
YUV 117.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 195 68 165 0 0.65 0.15 0.24 314.17 0.51 0.52
Hex C3 44 A5 0 41 F 18 13A 33 34
Octal 303 104 245 0 101 17 30 472 63 64
Binary 11000011 1000100 10100101 0 1000001 1111 11000 100111010 110011 110100

Color Harmonies of #C344A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344A5

Black with #C344A5

Text Example


Text Example

White with #C344A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344A5; }

 p { color: rgb(195,68,165); }

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

background-color css

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

 a { background-color: rgb(195,68,165); }

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

border-color css

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

 span { border-color: rgb(195,68,165); }

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