Html Css Color HEX #C16AC4 Fuchsia

📋 copy color: '#C16AC4'

red 193 ◦ green 106 ◦ blue 196

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

Shades of Fuchsia #C16AC4

Tints of Fuchsia #C16AC4

RGB

 RED value IS 193 (75.78% from 255) = 38.99%

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

 BLUE value IS 196 (76.95% from 255) = 39.6%

R = 38.99%
G = 21.41%
B = 39.6%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C16AC4 (or 0xC16AC4) is known color: Fuchsia. HEX triplet: C1, 6A and C4. RGB value is (193,106,196). Sum of RGB (Red+Green+Blue) = 193+106+196=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 196 - color contains mainly: blue. Hex color #C16AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AC4 is #3E953B. Grayscale: #8E8E8E. Windows color (decimal): -4101436 or 12872385. OLE color: 12872385.

HSL color Cylindrical-coordinate representation of color #C16AC4: hue angle of 298º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16AC4 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 106 196 -
CMYK 0.02 0.46 0 0.23
HSL 298º 0.43% 0.59% -
HSV(B) 298º 0.46% 0.77% -
XYZ 37.11 25.63 55.22 -
YUV 142.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 193 106 196 0.02 0.46 0 0.23 298 0.43 0.59
Hex C1 6A C4 2 2E 0 17 12A 2B 3B
Octal 301 152 304 2 56 0 27 452 53 73
Binary 11000001 1101010 11000100 10 101110 0 10111 100101010 101011 111011

Color Harmonies of #C16AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16AC4

Black with #C16AC4

Text Example


Text Example

White with #C16AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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