Html Css Color HEX #C25FAA Fuchsia

📋 copy color: '#C25FAA'

red 194 ◦ green 95 ◦ blue 170

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

Shades of Fuchsia #C25FAA

Tints of Fuchsia #C25FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.7%

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

R = 42.27%
G = 20.7%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C25FAA (or 0xC25FAA) is known color: Fuchsia. HEX triplet: C2, 5F and AA. RGB value is (194,95,170). Sum of RGB (Red+Green+Blue) = 194+95+170=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FAA is #3DA055. Grayscale: #848484. Windows color (decimal): -4038742 or 11165634. OLE color: 11165634.

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

Color convert

RGB 194 95 170 -
CMYK 0 0.51 0.12 0.24
HSL 314.55º 0.45% 0.57% -
HSV(B) 314.55º 0.51% 0.76% -
XYZ 33.6 22.56 40.61 -
YUV 133.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 194 95 170 0 0.51 0.12 0.24 314.55 0.45 0.57
Hex C2 5F AA 0 33 C 18 13B 2D 39
Octal 302 137 252 0 63 14 30 473 55 71
Binary 11000010 1011111 10101010 0 110011 1100 11000 100111011 101101 111001

Color Harmonies of #C25FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FAA

Black with #C25FAA

Text Example


Text Example

White with #C25FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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