Html Css Color HEX #C25CAE Fuchsia

📋 copy color: '#C25CAE'

red 194 ◦ green 92 ◦ blue 174

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

Shades of Fuchsia #C25CAE

Tints of Fuchsia #C25CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20%

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

R = 42.17%
G = 20%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C25CAE (or 0xC25CAE) is known color: Fuchsia. HEX triplet: C2, 5C and AE. RGB value is (194,92,174). Sum of RGB (Red+Green+Blue) = 194+92+174=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25CAE is #3DA351. Grayscale: #838383. Windows color (decimal): -4039506 or 11427010. OLE color: 11427010.

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

Color convert

RGB 194 92 174 -
CMYK 0 0.53 0.10 0.24
HSL 311.76º 0.46% 0.56% -
HSV(B) 311.76º 0.53% 0.76% -
XYZ 33.72 22.18 42.55 -
YUV 131.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 194 92 174 0 0.53 0.10 0.24 311.76 0.46 0.56
Hex C2 5C AE 0 35 A 18 138 2E 38
Octal 302 134 256 0 65 12 30 470 56 70
Binary 11000010 1011100 10101110 0 110101 1010 11000 100111000 101110 111000

Color Harmonies of #C25CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CAE

Black with #C25CAE

Text Example


Text Example

White with #C25CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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