Html Css Color HEX #C25DAE Fuchsia

📋 copy color: '#C25DAE'

red 194 ◦ green 93 ◦ blue 174

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

Shades of Fuchsia #C25DAE

Tints of Fuchsia #C25DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.17%

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

R = 42.08%
G = 20.17%
B = 37.74%

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

#C25DAE (or 0xC25DAE) is known color: Fuchsia. HEX triplet: C2, 5D and AE. RGB value is (194,93,174). Sum of RGB (Red+Green+Blue) = 194+93+174=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DAE is #3DA251. Grayscale: #848484. Windows color (decimal): -4039250 or 11427266. OLE color: 11427266.

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

Color convert

RGB 194 93 174 -
CMYK 0 0.52 0.10 0.24
HSL 311.88º 0.45% 0.56% -
HSV(B) 311.88º 0.52% 0.76% -
XYZ 33.8 22.35 42.58 -
YUV 132.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 194 93 174 0 0.52 0.10 0.24 311.88 0.45 0.56
Hex C2 5D AE 0 34 A 18 138 2D 38
Octal 302 135 256 0 64 12 30 470 55 70
Binary 11000010 1011101 10101110 0 110100 1010 11000 100111000 101101 111000

Color Harmonies of #C25DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25DAE

Black with #C25DAE

Text Example


Text Example

White with #C25DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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