Html Css Color HEX #C340C1 Fuchsia

📋 copy color: '#C340C1'

red 195 ◦ green 64 ◦ blue 193

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

Shades of Fuchsia #C340C1

Tints of Fuchsia #C340C1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.16%

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

R = 43.14%
G = 14.16%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C340C1 (or 0xC340C1) is known color: Fuchsia. HEX triplet: C3, 40 and C1. RGB value is (195,64,193). Sum of RGB (Red+Green+Blue) = 195+64+193=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C340C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340C1 is #3CBF3E. Grayscale: #757575. Windows color (decimal): -3981119 or 12665027. OLE color: 12665027.

HSL color Cylindrical-coordinate representation of color #C340C1: hue angle of 300.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C340C1 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 193 -
CMYK 0 0.67 0.01 0.24
HSL 300.92º 0.52% 0.51% -
HSV(B) 300.92º 0.67% 0.76% -
XYZ 33.96 19.12 52.35 -
YUV 117.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 195 64 193 0 0.67 0.01 0.24 300.92 0.52 0.51
Hex C3 40 C1 0 43 1 18 12D 34 33
Octal 303 100 301 0 103 1 30 455 64 63
Binary 11000011 1000000 11000001 0 1000011 1 11000 100101101 110100 110011

Color Harmonies of #C340C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340C1

Black with #C340C1

Text Example


Text Example

White with #C340C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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