Html Css Color HEX #C26AB8 Fuchsia

📋 copy color: '#C26AB8'

red 194 ◦ green 106 ◦ blue 184

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

Shades of Fuchsia #C26AB8

Tints of Fuchsia #C26AB8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.9%

 BLUE value IS 184 (72.27% from 255) = 38.02%

R = 40.08%
G = 21.9%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C26AB8 (or 0xC26AB8) is known color: Fuchsia. HEX triplet: C2, 6A and B8. RGB value is (194,106,184). Sum of RGB (Red+Green+Blue) = 194+106+184=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C26AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AB8 is #3D9547. Grayscale: #8C8C8C. Windows color (decimal): -4035912 or 12085954. OLE color: 12085954.

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

Color convert

RGB 194 106 184 -
CMYK 0 0.45 0.05 0.24
HSL 306.82º 0.42% 0.59% -
HSV(B) 306.82º 0.45% 0.76% -
XYZ 36.05 25.24 48.32 -
YUV 141.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 194 106 184 0 0.45 0.05 0.24 306.82 0.42 0.59
Hex C2 6A B8 0 2D 5 18 133 2A 3B
Octal 302 152 270 0 55 5 30 463 52 73
Binary 11000010 1101010 10111000 0 101101 101 11000 100110011 101010 111011

Color Harmonies of #C26AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26AB8

Black with #C26AB8

Text Example


Text Example

White with #C26AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26AB8; }

 p { color: rgb(194,106,184); }

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

background-color css

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

 a { background-color: rgb(194,106,184); }

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

border-color css

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

 span { border-color: rgb(194,106,184); }

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