Html Css Color HEX #C343B5 Fuchsia

📋 copy color: '#C343B5'

red 195 ◦ green 67 ◦ blue 181

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

Shades of Fuchsia #C343B5

Tints of Fuchsia #C343B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 44.02%
G = 15.12%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C343B5 (or 0xC343B5) is known color: Fuchsia. HEX triplet: C3, 43 and B5. RGB value is (195,67,181). Sum of RGB (Red+Green+Blue) = 195+67+181=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C343B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343B5 is #3CBC4A. Grayscale: #757575. Windows color (decimal): -3980363 or 11879363. OLE color: 11879363.

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

Color convert

RGB 195 67 181 -
CMYK 0 0.66 0.07 0.24
HSL 306.56º 0.52% 0.51% -
HSV(B) 306.56º 0.66% 0.76% -
XYZ 32.85 18.95 45.64 -
YUV 118.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 195 67 181 0 0.66 0.07 0.24 306.56 0.52 0.51
Hex C3 43 B5 0 42 7 18 133 34 33
Octal 303 103 265 0 102 7 30 463 64 63
Binary 11000011 1000011 10110101 0 1000010 111 11000 100110011 110100 110011

Color Harmonies of #C343B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343B5

Black with #C343B5

Text Example


Text Example

White with #C343B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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