Html Css Color HEX #C25AB6 Fuchsia

📋 copy color: '#C25AB6'

red 194 ◦ green 90 ◦ blue 182

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

Shades of Fuchsia #C25AB6

Tints of Fuchsia #C25AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.06%

R = 41.63%
G = 19.31%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C25AB6 (or 0xC25AB6) is known color: Fuchsia. HEX triplet: C2, 5A and B6. RGB value is (194,90,182). Sum of RGB (Red+Green+Blue) = 194+90+182=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AB6 is #3DA549. Grayscale: #838383. Windows color (decimal): -4040010 or 11950786. OLE color: 11950786.

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

Color convert

RGB 194 90 182 -
CMYK 0 0.54 0.06 0.24
HSL 306.92º 0.46% 0.56% -
HSV(B) 306.92º 0.54% 0.76% -
XYZ 34.35 22.16 46.72 -
YUV 131.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 194 90 182 0 0.54 0.06 0.24 306.92 0.46 0.56
Hex C2 5A B6 0 36 6 18 133 2E 38
Octal 302 132 266 0 66 6 30 463 56 70
Binary 11000010 1011010 10110110 0 110110 110 11000 100110011 101110 111000

Color Harmonies of #C25AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AB6

Black with #C25AB6

Text Example


Text Example

White with #C25AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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