Html Css Color HEX #C342B1 Fuchsia

📋 copy color: '#C342B1'

red 195 ◦ green 66 ◦ blue 177

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

Shades of Fuchsia #C342B1

Tints of Fuchsia #C342B1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.07%

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 44.52%
G = 15.07%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C342B1 (or 0xC342B1) is known color: Fuchsia. HEX triplet: C3, 42 and B1. RGB value is (195,66,177). Sum of RGB (Red+Green+Blue) = 195+66+177=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C342B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342B1 is #3CBD4E. Grayscale: #747474. Windows color (decimal): -3980623 or 11616963. OLE color: 11616963.

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

Color convert

RGB 195 66 177 -
CMYK 0 0.66 0.09 0.24
HSL 308.37º 0.52% 0.51% -
HSV(B) 308.37º 0.66% 0.76% -
XYZ 32.39 18.67 43.49 -
YUV 117.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 195 66 177 0 0.66 0.09 0.24 308.37 0.52 0.51
Hex C3 42 B1 0 42 9 18 134 34 33
Octal 303 102 261 0 102 11 30 464 64 63
Binary 11000011 1000010 10110001 0 1000010 1001 11000 100110100 110100 110011

Color Harmonies of #C342B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342B1

Black with #C342B1

Text Example


Text Example

White with #C342B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342B1; }

 p { color: rgb(195,66,177); }

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

background-color css

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

 a { background-color: rgb(195,66,177); }

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

border-color css

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

 span { border-color: rgb(195,66,177); }

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