Html Css Color HEX #C344A4 Mulberry

📋 copy color: '#C344A4'

red 195 ◦ green 68 ◦ blue 164

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

Shades of Mulberry #C344A4

Tints of Mulberry #C344A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.41%

R = 45.67%
G = 15.93%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C344A4 (or 0xC344A4) is known color: Mulberry. HEX triplet: C3, 44 and A4. RGB value is (195,68,164). Sum of RGB (Red+Green+Blue) = 195+68+164=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C344A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344A4 is #3CBB5B. Grayscale: #747474. Windows color (decimal): -3980124 or 10765507. OLE color: 10765507.

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

Color convert

RGB 195 68 164 -
CMYK 0 0.65 0.16 0.24
HSL 314.65º 0.51% 0.52% -
HSV(B) 314.65º 0.65% 0.76% -
XYZ 31.27 18.42 37.03 -
YUV 116.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 195 68 164 0 0.65 0.16 0.24 314.65 0.51 0.52
Hex C3 44 A4 0 41 10 18 13B 33 34
Octal 303 104 244 0 101 20 30 473 63 64
Binary 11000011 1000100 10100100 0 1000001 10000 11000 100111011 110011 110100

Color Harmonies of #C344A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344A4

Black with #C344A4

Text Example


Text Example

White with #C344A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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