Html Css Color HEX #C340AF Fuchsia

📋 copy color: '#C340AF'

red 195 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #C340AF

Tints of Fuchsia #C340AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 44.93%
G = 14.75%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C340AF (or 0xC340AF) is known color: Fuchsia. HEX triplet: C3, 40 and AF. RGB value is (195,64,175). Sum of RGB (Red+Green+Blue) = 195+64+175=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C340AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340AF is #3CBF50. Grayscale: #737373. Windows color (decimal): -3981137 or 11485379. OLE color: 11485379.

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

Color convert

RGB 195 64 175 -
CMYK 0 0.67 0.10 0.24
HSL 309.16º 0.52% 0.51% -
HSV(B) 309.16º 0.67% 0.76% -
XYZ 32.08 18.36 42.41 -
YUV 115.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 195 64 175 0 0.67 0.10 0.24 309.16 0.52 0.51
Hex C3 40 AF 0 43 A 18 135 34 33
Octal 303 100 257 0 103 12 30 465 64 63
Binary 11000011 1000000 10101111 0 1000011 1010 11000 100110101 110100 110011

Color Harmonies of #C340AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340AF

Black with #C340AF

Text Example


Text Example

White with #C340AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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