Html Css Color HEX #C343AB Fuchsia

📋 copy color: '#C343AB'

red 195 ◦ green 67 ◦ blue 171

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

Shades of Fuchsia #C343AB

Tints of Fuchsia #C343AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 45.03%
G = 15.47%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C343AB (or 0xC343AB) is known color: Fuchsia. HEX triplet: C3, 43 and AB. RGB value is (195,67,171). Sum of RGB (Red+Green+Blue) = 195+67+171=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C343AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C343AB is #3CBC54. Grayscale: #747474. Windows color (decimal): -3980373 or 11224003. OLE color: 11224003.

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

Color convert

RGB 195 67 171 -
CMYK 0 0.66 0.12 0.24
HSL 311.25º 0.52% 0.51% -
HSV(B) 311.25º 0.66% 0.76% -
XYZ 31.86 18.56 40.43 -
YUV 117.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 195 67 171 0 0.66 0.12 0.24 311.25 0.52 0.51
Hex C3 43 AB 0 42 C 18 137 34 33
Octal 303 103 253 0 102 14 30 467 64 63
Binary 11000011 1000011 10101011 0 1000010 1100 11000 100110111 110100 110011

Color Harmonies of #C343AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343AB

Black with #C343AB

Text Example


Text Example

White with #C343AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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