Html Css Color HEX #C25AB1 Fuchsia

📋 copy color: '#C25AB1'

red 194 ◦ green 90 ◦ blue 177

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

Shades of Fuchsia #C25AB1

Tints of Fuchsia #C25AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.52%

 BLUE value IS 177 (69.53% from 255) = 38.39%

R = 42.08%
G = 19.52%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C25AB1 (or 0xC25AB1) is known color: Fuchsia. HEX triplet: C2, 5A and B1. RGB value is (194,90,177). Sum of RGB (Red+Green+Blue) = 194+90+177=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AB1 is #3DA54E. Grayscale: #828282. Windows color (decimal): -4040015 or 11623106. OLE color: 11623106.

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

Color convert

RGB 194 90 177 -
CMYK 0 0.54 0.09 0.24
HSL 309.81º 0.46% 0.56% -
HSV(B) 309.81º 0.54% 0.76% -
XYZ 33.84 21.96 44.05 -
YUV 131.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 194 90 177 0 0.54 0.09 0.24 309.81 0.46 0.56
Hex C2 5A B1 0 36 9 18 136 2E 38
Octal 302 132 261 0 66 11 30 466 56 70
Binary 11000010 1011010 10110001 0 110110 1001 11000 100110110 101110 111000

Color Harmonies of #C25AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AB1

Black with #C25AB1

Text Example


Text Example

White with #C25AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AB1; }

 p { color: rgb(194,90,177); }

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

background-color css

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

 a { background-color: rgb(194,90,177); }

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

border-color css

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

 span { border-color: rgb(194,90,177); }

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