Html Css Color HEX #C16CCA Fuchsia

📋 copy color: '#C16CCA'

red 193 ◦ green 108 ◦ blue 202

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

Shades of Fuchsia #C16CCA

Tints of Fuchsia #C16CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 38.37%
G = 21.47%
B = 40.16%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C16CCA (or 0xC16CCA) is known color: Fuchsia. HEX triplet: C1, 6C and CA. RGB value is (193,108,202). Sum of RGB (Red+Green+Blue) = 193+108+202=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #C16CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CCA is #3E9335. Grayscale: #8F8F8F. Windows color (decimal): -4100918 or 13266113. OLE color: 13266113.

HSL color Cylindrical-coordinate representation of color #C16CCA: hue angle of 294.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16CCA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 108 202 -
CMYK 0.04 0.47 0 0.21
HSL 294.26º 0.47% 0.61% -
HSV(B) 294.26º 0.47% 0.79% -
XYZ 38.02 26.33 58.96 -
YUV 144.13 160.66 162.86 -
System Red Green Blue C M Y K H S L
Decimal 193 108 202 0.04 0.47 0 0.21 294.26 0.47 0.61
Hex C1 6C CA 4 2F 0 15 126 2F 3D
Octal 301 154 312 4 57 0 25 446 57 75
Binary 11000001 1101100 11001010 100 101111 0 10101 100100110 101111 111101

Color Harmonies of #C16CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CCA

Black with #C16CCA

Text Example


Text Example

White with #C16CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CCA; }

 p { color: rgb(193,108,202); }

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

background-color css

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

 a { background-color: rgb(193,108,202); }

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

border-color css

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

 span { border-color: rgb(193,108,202); }

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