Html Css Color HEX #C25EAD Fuchsia

📋 copy color: '#C25EAD'

red 194 ◦ green 94 ◦ blue 173

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

Shades of Fuchsia #C25EAD

Tints of Fuchsia #C25EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 42.08%
G = 20.39%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C25EAD (or 0xC25EAD) is known color: Fuchsia. HEX triplet: C2, 5E and AD. RGB value is (194,94,173). Sum of RGB (Red+Green+Blue) = 194+94+173=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25EAD is #3DA152. Grayscale: #848484. Windows color (decimal): -4038995 or 11361986. OLE color: 11361986.

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

Color convert

RGB 194 94 173 -
CMYK 0 0.52 0.11 0.24
HSL 312.6º 0.45% 0.56% -
HSV(B) 312.6º 0.52% 0.76% -
XYZ 33.79 22.49 42.1 -
YUV 132.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 194 94 173 0 0.52 0.11 0.24 312.6 0.45 0.56
Hex C2 5E AD 0 34 B 18 139 2D 38
Octal 302 136 255 0 64 13 30 471 55 70
Binary 11000010 1011110 10101101 0 110100 1011 11000 100111001 101101 111000

Color Harmonies of #C25EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EAD

Black with #C25EAD

Text Example


Text Example

White with #C25EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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