Html Css Color HEX #C25CAC Fuchsia

📋 copy color: '#C25CAC'

red 194 ◦ green 92 ◦ blue 172

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

Shades of Fuchsia #C25CAC

Tints of Fuchsia #C25CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.09%

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

R = 42.36%
G = 20.09%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C25CAC (or 0xC25CAC) is known color: Fuchsia. HEX triplet: C2, 5C and AC. RGB value is (194,92,172). Sum of RGB (Red+Green+Blue) = 194+92+172=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25CAC is #3DA353. Grayscale: #838383. Windows color (decimal): -4039508 or 11295938. OLE color: 11295938.

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

Color convert

RGB 194 92 172 -
CMYK 0 0.53 0.11 0.24
HSL 312.94º 0.46% 0.56% -
HSV(B) 312.94º 0.53% 0.76% -
XYZ 33.52 22.1 41.53 -
YUV 131.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 194 92 172 0 0.53 0.11 0.24 312.94 0.46 0.56
Hex C2 5C AC 0 35 B 18 139 2E 38
Octal 302 134 254 0 65 13 30 471 56 70
Binary 11000010 1011100 10101100 0 110101 1011 11000 100111001 101110 111000

Color Harmonies of #C25CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CAC

Black with #C25CAC

Text Example


Text Example

White with #C25CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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