Html Css Color HEX #C340C6 Fuchsia

📋 copy color: '#C340C6'

red 195 ◦ green 64 ◦ blue 198

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

Shades of Fuchsia #C340C6

Tints of Fuchsia #C340C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 42.67%
G = 14%
B = 43.33%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C340C6 (or 0xC340C6) is known color: Fuchsia. HEX triplet: C3, 40 and C6. RGB value is (195,64,198). Sum of RGB (Red+Green+Blue) = 195+64+198=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #C340C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340C6 is #3CBF39. Grayscale: #767676. Windows color (decimal): -3981114 or 12992707. OLE color: 12992707.

HSL color Cylindrical-coordinate representation of color #C340C6: hue angle of 298.66º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C340C6 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 64 198 -
CMYK 0.02 0.68 0 0.22
HSL 298.66º 0.54% 0.51% -
HSV(B) 298.66º 0.68% 0.78% -
XYZ 34.53 19.35 55.34 -
YUV 118.45 172.9 182.6 -
System Red Green Blue C M Y K H S L
Decimal 195 64 198 0.02 0.68 0 0.22 298.66 0.54 0.51
Hex C3 40 C6 2 44 0 16 12B 36 33
Octal 303 100 306 2 104 0 26 453 66 63
Binary 11000011 1000000 11000110 10 1000100 0 10110 100101011 110110 110011

Color Harmonies of #C340C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340C6

Black with #C340C6

Text Example


Text Example

White with #C340C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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