Html Css Color HEX #C269AB Fuchsia

📋 copy color: '#C269AB'

red 194 ◦ green 105 ◦ blue 171

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

Shades of Fuchsia #C269AB

Tints of Fuchsia #C269AB

RGB

 RED value IS 194 (76.17% from 255) = 41.28%

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 41.28%
G = 22.34%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C269AB (or 0xC269AB) is known color: Fuchsia. HEX triplet: C2, 69 and AB. RGB value is (194,105,171). Sum of RGB (Red+Green+Blue) = 194+105+171=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C269AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269AB is #3D9654. Grayscale: #8A8A8A. Windows color (decimal): -4036181 or 11233730. OLE color: 11233730.

HSL color Cylindrical-coordinate representation of color #C269AB: hue angle of 315.51º 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 #C269AB is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 105 171 -
CMYK 0 0.46 0.12 0.24
HSL 315.51º 0.42% 0.59% -
HSV(B) 315.51º 0.46% 0.76% -
XYZ 34.65 24.51 41.43 -
YUV 139.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 194 105 171 0 0.46 0.12 0.24 315.51 0.42 0.59
Hex C2 69 AB 0 2E C 18 13C 2A 3B
Octal 302 151 253 0 56 14 30 474 52 73
Binary 11000010 1101001 10101011 0 101110 1100 11000 100111100 101010 111011

Color Harmonies of #C269AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269AB

Black with #C269AB

Text Example


Text Example

White with #C269AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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