Html Css Color HEX #C25EAA Fuchsia

📋 copy color: '#C25EAA'

red 194 ◦ green 94 ◦ blue 170

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

Shades of Fuchsia #C25EAA

Tints of Fuchsia #C25EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.52%

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 42.36%
G = 20.52%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C25EAA (or 0xC25EAA) is known color: Fuchsia. HEX triplet: C2, 5E and AA. RGB value is (194,94,170). Sum of RGB (Red+Green+Blue) = 194+94+170=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25EAA is #3DA155. Grayscale: #848484. Windows color (decimal): -4038998 or 11165378. OLE color: 11165378.

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

Color convert

RGB 194 94 170 -
CMYK 0 0.52 0.12 0.24
HSL 314.4º 0.45% 0.56% -
HSV(B) 314.4º 0.52% 0.76% -
XYZ 33.51 22.38 40.58 -
YUV 132.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 194 94 170 0 0.52 0.12 0.24 314.4 0.45 0.56
Hex C2 5E AA 0 34 C 18 13A 2D 38
Octal 302 136 252 0 64 14 30 472 55 70
Binary 11000010 1011110 10101010 0 110100 1100 11000 100111010 101101 111000

Color Harmonies of #C25EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EAA

Black with #C25EAA

Text Example


Text Example

White with #C25EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EAA; }

 p { color: rgb(194,94,170); }

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

background-color css

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

 a { background-color: rgb(194,94,170); }

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

border-color css

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

 span { border-color: rgb(194,94,170); }

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