Html Css Color HEX #C25DAC Fuchsia

📋 copy color: '#C25DAC'

red 194 ◦ green 93 ◦ blue 172

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

Shades of Fuchsia #C25DAC

Tints of Fuchsia #C25DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.26%

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

R = 42.27%
G = 20.26%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C25DAC (or 0xC25DAC) is known color: Fuchsia. HEX triplet: C2, 5D and AC. RGB value is (194,93,172). Sum of RGB (Red+Green+Blue) = 194+93+172=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DAC is #3DA253. Grayscale: #838383. Windows color (decimal): -4039252 or 11296194. OLE color: 11296194.

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

Color convert

RGB 194 93 172 -
CMYK 0 0.52 0.11 0.24
HSL 313.07º 0.45% 0.56% -
HSV(B) 313.07º 0.52% 0.76% -
XYZ 33.61 22.28 41.56 -
YUV 132.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 194 93 172 0 0.52 0.11 0.24 313.07 0.45 0.56
Hex C2 5D AC 0 34 B 18 139 2D 38
Octal 302 135 254 0 64 13 30 471 55 70
Binary 11000010 1011101 10101100 0 110100 1011 11000 100111001 101101 111000

Color Harmonies of #C25DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25DAC

Black with #C25DAC

Text Example


Text Example

White with #C25DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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