Html Css Color HEX #C25DAF Fuchsia

📋 copy color: '#C25DAF'

red 194 ◦ green 93 ◦ blue 175

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

Shades of Fuchsia #C25DAF

Tints of Fuchsia #C25DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 41.99%
G = 20.13%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C25DAF (or 0xC25DAF) is known color: Fuchsia. HEX triplet: C2, 5D and AF. RGB value is (194,93,175). Sum of RGB (Red+Green+Blue) = 194+93+175=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DAF is #3DA250. Grayscale: #848484. Windows color (decimal): -4039249 or 11492802. OLE color: 11492802.

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

Color convert

RGB 194 93 175 -
CMYK 0 0.52 0.10 0.24
HSL 311.29º 0.45% 0.56% -
HSV(B) 311.29º 0.52% 0.76% -
XYZ 33.9 22.39 43.09 -
YUV 132.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 194 93 175 0 0.52 0.10 0.24 311.29 0.45 0.56
Hex C2 5D AF 0 34 A 18 137 2D 38
Octal 302 135 257 0 64 12 30 467 55 70
Binary 11000010 1011101 10101111 0 110100 1010 11000 100110111 101101 111000

Color Harmonies of #C25DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25DAF

Black with #C25DAF

Text Example


Text Example

White with #C25DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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