Html Css Color HEX #C25AA7 Fuchsia

📋 copy color: '#C25AA7'

red 194 ◦ green 90 ◦ blue 167

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

Shades of Fuchsia #C25AA7

Tints of Fuchsia #C25AA7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.96%

 BLUE value IS 167 (65.63% from 255) = 37.03%

R = 43.02%
G = 19.96%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C25AA7 (or 0xC25AA7) is known color: Fuchsia. HEX triplet: C2, 5A and A7. RGB value is (194,90,167). Sum of RGB (Red+Green+Blue) = 194+90+167=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AA7 is #3DA558. Grayscale: #818181. Windows color (decimal): -4040025 or 10967746. OLE color: 10967746.

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

Color convert

RGB 194 90 167 -
CMYK 0 0.54 0.14 0.24
HSL 315.58º 0.46% 0.56% -
HSV(B) 315.58º 0.54% 0.76% -
XYZ 32.88 21.57 38.99 -
YUV 129.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 194 90 167 0 0.54 0.14 0.24 315.58 0.46 0.56
Hex C2 5A A7 0 36 E 18 13C 2E 38
Octal 302 132 247 0 66 16 30 474 56 70
Binary 11000010 1011010 10100111 0 110110 1110 11000 100111100 101110 111000

Color Harmonies of #C25AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AA7

Black with #C25AA7

Text Example


Text Example

White with #C25AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AA7; }

 p { color: rgb(194,90,167); }

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

background-color css

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

 a { background-color: rgb(194,90,167); }

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

border-color css

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

 span { border-color: rgb(194,90,167); }

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