Html Css Color HEX #C343A2 Mulberry

📋 copy color: '#C343A2'

red 195 ◦ green 67 ◦ blue 162

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

Shades of Mulberry #C343A2

Tints of Mulberry #C343A2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.8%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 45.99%
G = 15.8%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C343A2 (or 0xC343A2) is known color: Mulberry. HEX triplet: C3, 43 and A2. RGB value is (195,67,162). Sum of RGB (Red+Green+Blue) = 195+67+162=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C343A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C343A2 is #3CBC5D. Grayscale: #737373. Windows color (decimal): -3980382 or 10634179. OLE color: 10634179.

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

Color convert

RGB 195 67 162 -
CMYK 0 0.66 0.17 0.24
HSL 315.47º 0.52% 0.51% -
HSV(B) 315.47º 0.66% 0.76% -
XYZ 31.03 18.23 36.06 -
YUV 116.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 195 67 162 0 0.66 0.17 0.24 315.47 0.52 0.51
Hex C3 43 A2 0 42 11 18 13B 34 33
Octal 303 103 242 0 102 21 30 473 64 63
Binary 11000011 1000011 10100010 0 1000010 10001 11000 100111011 110100 110011

Color Harmonies of #C343A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343A2

Black with #C343A2

Text Example


Text Example

White with #C343A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343A2; }

 p { color: rgb(195,67,162); }

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

background-color css

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

 a { background-color: rgb(195,67,162); }

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

border-color css

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

 span { border-color: rgb(195,67,162); }

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