Html Css Color HEX #C161CA Fuchsia

📋 copy color: '#C161CA'

red 193 ◦ green 97 ◦ blue 202

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

Shades of Fuchsia #C161CA

Tints of Fuchsia #C161CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.72%

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

R = 39.23%
G = 19.72%
B = 41.06%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C161CA (or 0xC161CA) is known color: Fuchsia. HEX triplet: C1, 61 and CA. RGB value is (193,97,202). Sum of RGB (Red+Green+Blue) = 193+97+202=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #C161CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161CA is #3E9E35. Grayscale: #898989. Windows color (decimal): -4103734 or 13263297. OLE color: 13263297.

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

Color convert

RGB 193 97 202 -
CMYK 0.04 0.52 0 0.21
HSL 294.86º 0.5% 0.59% -
HSV(B) 294.86º 0.52% 0.79% -
XYZ 36.93 24.15 58.59 -
YUV 137.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 193 97 202 0.04 0.52 0 0.21 294.86 0.5 0.59
Hex C1 61 CA 4 34 0 15 127 32 3B
Octal 301 141 312 4 64 0 25 447 62 73
Binary 11000001 1100001 11001010 100 110100 0 10101 100100111 110010 111011

Color Harmonies of #C161CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161CA

Black with #C161CA

Text Example


Text Example

White with #C161CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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