Html Css Color HEX #C341AF Fuchsia

📋 copy color: '#C341AF'

red 195 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #C341AF

Tints of Fuchsia #C341AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.94%

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

R = 44.83%
G = 14.94%
B = 40.23%

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

#C341AF (or 0xC341AF) is known color: Fuchsia. HEX triplet: C3, 41 and AF. RGB value is (195,65,175). Sum of RGB (Red+Green+Blue) = 195+65+175=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C341AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C341AF is #3CBE50. Grayscale: #747474. Windows color (decimal): -3980881 or 11485635. OLE color: 11485635.

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

Color convert

RGB 195 65 175 -
CMYK 0 0.67 0.10 0.24
HSL 309.23º 0.52% 0.51% -
HSV(B) 309.23º 0.67% 0.76% -
XYZ 32.13 18.48 42.43 -
YUV 116.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 195 65 175 0 0.67 0.10 0.24 309.23 0.52 0.51
Hex C3 41 AF 0 43 A 18 135 34 33
Octal 303 101 257 0 103 12 30 465 64 63
Binary 11000011 1000001 10101111 0 1000011 1010 11000 100110101 110100 110011

Color Harmonies of #C341AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C341AF

Black with #C341AF

Text Example


Text Example

White with #C341AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C341AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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