Html Css Color HEX #C169C2 Fuchsia

📋 copy color: '#C169C2'

red 193 ◦ green 105 ◦ blue 194

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

Shades of Fuchsia #C169C2

Tints of Fuchsia #C169C2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.34%

 BLUE value IS 194 (76.17% from 255) = 39.43%

R = 39.23%
G = 21.34%
B = 39.43%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C169C2 (or 0xC169C2) is known color: Fuchsia. HEX triplet: C1, 69 and C2. RGB value is (193,105,194). Sum of RGB (Red+Green+Blue) = 193+105+194=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #C169C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169C2 is #3E963D. Grayscale: #8D8D8D. Windows color (decimal): -4101694 or 12741057. OLE color: 12741057.

HSL color Cylindrical-coordinate representation of color #C169C2: hue angle of 299.33º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C169C2 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 105 194 -
CMYK 0.01 0.46 0 0.24
HSL 299.33º 0.42% 0.59% -
HSV(B) 299.33º 0.46% 0.76% -
XYZ 36.78 25.34 53.99 -
YUV 141.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 193 105 194 0.01 0.46 0 0.24 299.33 0.42 0.59
Hex C1 69 C2 1 2E 0 18 12B 2A 3B
Octal 301 151 302 1 56 0 30 453 52 73
Binary 11000001 1101001 11000010 1 101110 0 11000 100101011 101010 111011

Color Harmonies of #C169C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C169C2

Black with #C169C2

Text Example


Text Example

White with #C169C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C169C2; }

 p { color: rgb(193,105,194); }

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

background-color css

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

 a { background-color: rgb(193,105,194); }

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

border-color css

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

 span { border-color: rgb(193,105,194); }

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