Html Css Color HEX #C342C1 Fuchsia

📋 copy color: '#C342C1'

red 195 ◦ green 66 ◦ blue 193

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

Shades of Fuchsia #C342C1

Tints of Fuchsia #C342C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 42.95%
G = 14.54%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C342C1 (or 0xC342C1) is known color: Fuchsia. HEX triplet: C3, 42 and C1. RGB value is (195,66,193). Sum of RGB (Red+Green+Blue) = 195+66+193=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C342C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342C1 is #3CBD3E. Grayscale: #767676. Windows color (decimal): -3980607 or 12665539. OLE color: 12665539.

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

Color convert

RGB 195 66 193 -
CMYK 0 0.66 0.01 0.24
HSL 300.93º 0.52% 0.51% -
HSV(B) 300.93º 0.66% 0.76% -
XYZ 34.08 19.35 52.39 -
YUV 119.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 195 66 193 0 0.66 0.01 0.24 300.93 0.52 0.51
Hex C3 42 C1 0 42 1 18 12D 34 33
Octal 303 102 301 0 102 1 30 455 64 63
Binary 11000011 1000010 11000001 0 1000010 1 11000 100101101 110100 110011

Color Harmonies of #C342C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342C1

Black with #C342C1

Text Example


Text Example

White with #C342C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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