Html Css Color HEX #C25AB8 Fuchsia

📋 copy color: '#C25AB8'

red 194 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #C25AB8

Tints of Fuchsia #C25AB8

RGB

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

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

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

R = 41.45%
G = 19.23%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C25AB8 (or 0xC25AB8) is known color: Fuchsia. HEX triplet: C2, 5A and B8. RGB value is (194,90,184). Sum of RGB (Red+Green+Blue) = 194+90+184=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AB8 is #3DA547. Grayscale: #838383. Windows color (decimal): -4040008 or 12081858. OLE color: 12081858.

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

Color convert

RGB 194 90 184 -
CMYK 0 0.54 0.05 0.24
HSL 305.77º 0.46% 0.56% -
HSV(B) 305.77º 0.54% 0.76% -
XYZ 34.56 22.24 47.82 -
YUV 131.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 194 90 184 0 0.54 0.05 0.24 305.77 0.46 0.56
Hex C2 5A B8 0 36 5 18 132 2E 38
Octal 302 132 270 0 66 5 30 462 56 70
Binary 11000010 1011010 10111000 0 110110 101 11000 100110010 101110 111000

Color Harmonies of #C25AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AB8

Black with #C25AB8

Text Example


Text Example

White with #C25AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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