Html Css Color HEX #C25FAC Fuchsia

📋 copy color: '#C25FAC'

red 194 ◦ green 95 ◦ blue 172

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

Shades of Fuchsia #C25FAC

Tints of Fuchsia #C25FAC

RGB

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

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

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

R = 42.08%
G = 20.61%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C25FAC (or 0xC25FAC) is known color: Fuchsia. HEX triplet: C2, 5F and AC. RGB value is (194,95,172). Sum of RGB (Red+Green+Blue) = 194+95+172=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FAC is #3DA053. Grayscale: #858585. Windows color (decimal): -4038740 or 11296706. OLE color: 11296706.

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

Color convert

RGB 194 95 172 -
CMYK 0 0.51 0.11 0.24
HSL 313.33º 0.45% 0.57% -
HSV(B) 313.33º 0.51% 0.76% -
XYZ 33.79 22.63 41.62 -
YUV 133.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 194 95 172 0 0.51 0.11 0.24 313.33 0.45 0.57
Hex C2 5F AC 0 33 B 18 139 2D 39
Octal 302 137 254 0 63 13 30 471 55 71
Binary 11000010 1011111 10101100 0 110011 1011 11000 100111001 101101 111001

Color Harmonies of #C25FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FAC

Black with #C25FAC

Text Example


Text Example

White with #C25FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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