Html Css Color HEX #C25AAC Fuchsia

📋 copy color: '#C25AAC'

red 194 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #C25AAC

Tints of Fuchsia #C25AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 42.54%
G = 19.74%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C25AAC (or 0xC25AAC) is known color: Fuchsia. HEX triplet: C2, 5A and AC. RGB value is (194,90,172). Sum of RGB (Red+Green+Blue) = 194+90+172=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AAC is #3DA553. Grayscale: #828282. Windows color (decimal): -4040020 or 11295426. OLE color: 11295426.

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

Color convert

RGB 194 90 172 -
CMYK 0 0.54 0.11 0.24
HSL 312.69º 0.46% 0.56% -
HSV(B) 312.69º 0.54% 0.76% -
XYZ 33.35 21.76 41.47 -
YUV 130.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 194 90 172 0 0.54 0.11 0.24 312.69 0.46 0.56
Hex C2 5A AC 0 36 B 18 139 2E 38
Octal 302 132 254 0 66 13 30 471 56 70
Binary 11000010 1011010 10101100 0 110110 1011 11000 100111001 101110 111000

Color Harmonies of #C25AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AAC

Black with #C25AAC

Text Example


Text Example

White with #C25AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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