Html Css Color HEX #C25EAE Fuchsia

📋 copy color: '#C25EAE'

red 194 ◦ green 94 ◦ blue 174

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

Shades of Fuchsia #C25EAE

Tints of Fuchsia #C25EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.66%

R = 41.99%
G = 20.35%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C25EAE (or 0xC25EAE) is known color: Fuchsia. HEX triplet: C2, 5E and AE. RGB value is (194,94,174). Sum of RGB (Red+Green+Blue) = 194+94+174=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25EAE is #3DA151. Grayscale: #848484. Windows color (decimal): -4038994 or 11427522. OLE color: 11427522.

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

Color convert

RGB 194 94 174 -
CMYK 0 0.52 0.10 0.24
HSL 312º 0.45% 0.56% -
HSV(B) 312º 0.52% 0.76% -
XYZ 33.89 22.53 42.61 -
YUV 133.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 194 94 174 0 0.52 0.10 0.24 312 0.45 0.56
Hex C2 5E AE 0 34 A 18 138 2D 38
Octal 302 136 256 0 64 12 30 470 55 70
Binary 11000010 1011110 10101110 0 110100 1010 11000 100111000 101101 111000

Color Harmonies of #C25EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EAE

Black with #C25EAE

Text Example


Text Example

White with #C25EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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