Html Css Color HEX #C342B3 Fuchsia

📋 copy color: '#C342B3'

red 195 ◦ green 66 ◦ blue 179

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

Shades of Fuchsia #C342B3

Tints of Fuchsia #C342B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 44.32%
G = 15%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C342B3 (or 0xC342B3) is known color: Fuchsia. HEX triplet: C3, 42 and B3. RGB value is (195,66,179). Sum of RGB (Red+Green+Blue) = 195+66+179=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C342B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342B3 is #3CBD4C. Grayscale: #757575. Windows color (decimal): -3980621 or 11748035. OLE color: 11748035.

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

Color convert

RGB 195 66 179 -
CMYK 0 0.66 0.08 0.24
HSL 307.44º 0.52% 0.51% -
HSV(B) 307.44º 0.66% 0.76% -
XYZ 32.59 18.75 44.55 -
YUV 117.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 195 66 179 0 0.66 0.08 0.24 307.44 0.52 0.51
Hex C3 42 B3 0 42 8 18 133 34 33
Octal 303 102 263 0 102 10 30 463 64 63
Binary 11000011 1000010 10110011 0 1000010 1000 11000 100110011 110100 110011

Color Harmonies of #C342B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342B3

Black with #C342B3

Text Example


Text Example

White with #C342B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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