Html Css Color HEX #C165AA Fuchsia

📋 copy color: '#C165AA'

red 193 ◦ green 101 ◦ blue 170

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

Shades of Fuchsia #C165AA

Tints of Fuchsia #C165AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.77%

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 41.59%
G = 21.77%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C165AA (or 0xC165AA) is known color: Fuchsia. HEX triplet: C1, 65 and AA. RGB value is (193,101,170). Sum of RGB (Red+Green+Blue) = 193+101+170=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C165AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165AA is #3E9A55. Grayscale: #888888. Windows color (decimal): -4102742 or 11167169. OLE color: 11167169.

HSL color Cylindrical-coordinate representation of color #C165AA: hue angle of 315º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C165AA is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 101 170 -
CMYK 0 0.48 0.12 0.24
HSL 315º 0.43% 0.58% -
HSV(B) 315º 0.48% 0.76% -
XYZ 33.9 23.55 40.79 -
YUV 136.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 193 101 170 0 0.48 0.12 0.24 315 0.43 0.58
Hex C1 65 AA 0 30 C 18 13B 2B 3A
Octal 301 145 252 0 60 14 30 473 53 72
Binary 11000001 1100101 10101010 0 110000 1100 11000 100111011 101011 111010

Color Harmonies of #C165AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165AA

Black with #C165AA

Text Example


Text Example

White with #C165AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165AA; }

 p { color: rgb(193,101,170); }

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

background-color css

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

 a { background-color: rgb(193,101,170); }

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

border-color css

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

 span { border-color: rgb(193,101,170); }

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