Html Css Color HEX #C46ACC Fuchsia

📋 copy color: '#C46ACC'

red 196 ◦ green 106 ◦ blue 204

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

Shades of Fuchsia #C46ACC

Tints of Fuchsia #C46ACC

RGB

 RED value IS 196 (76.95% from 255) = 38.74%

 GREEN value IS 106 (41.8% from 255) = 20.95%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 38.74%
G = 20.95%
B = 40.32%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C46ACC (or 0xC46ACC) is known color: Fuchsia. HEX triplet: C4, 6A and CC. RGB value is (196,106,204). Sum of RGB (Red+Green+Blue) = 196+106+204=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #C46ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ACC is #3B9533. Grayscale: #8F8F8F. Windows color (decimal): -3904820 or 13396676. OLE color: 13396676.

HSL color Cylindrical-coordinate representation of color #C46ACC: hue angle of 295.1º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46ACC is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 106 204 -
CMYK 0.04 0.48 0 0.2
HSL 295.1º 0.49% 0.61% -
HSV(B) 295.1º 0.48% 0.8% -
XYZ 38.82 26.4 60.18 -
YUV 144.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 196 106 204 0.04 0.48 0 0.2 295.1 0.49 0.61
Hex C4 6A CC 4 30 0 14 127 31 3D
Octal 304 152 314 4 60 0 24 447 61 75
Binary 11000100 1101010 11001100 100 110000 0 10100 100100111 110001 111101

Color Harmonies of #C46ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46ACC

Black with #C46ACC

Text Example


Text Example

White with #C46ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46ACC; }

 p { color: rgb(196,106,204); }

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

background-color css

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

 a { background-color: rgb(196,106,204); }

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

border-color css

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

 span { border-color: rgb(196,106,204); }

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