Html Css Color HEX #C25FAD Fuchsia

📋 copy color: '#C25FAD'

red 194 ◦ green 95 ◦ blue 173

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

Shades of Fuchsia #C25FAD

Tints of Fuchsia #C25FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 41.99%
G = 20.56%
B = 37.45%

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

#C25FAD (or 0xC25FAD) is known color: Fuchsia. HEX triplet: C2, 5F and AD. RGB value is (194,95,173). Sum of RGB (Red+Green+Blue) = 194+95+173=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FAD is #3DA052. Grayscale: #858585. Windows color (decimal): -4038739 or 11362242. OLE color: 11362242.

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

Color convert

RGB 194 95 173 -
CMYK 0 0.51 0.11 0.24
HSL 312.73º 0.45% 0.57% -
HSV(B) 312.73º 0.51% 0.76% -
XYZ 33.88 22.67 42.13 -
YUV 133.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 194 95 173 0 0.51 0.11 0.24 312.73 0.45 0.57
Hex C2 5F AD 0 33 B 18 139 2D 39
Octal 302 137 255 0 63 13 30 471 55 71
Binary 11000010 1011111 10101101 0 110011 1011 11000 100111001 101101 111001

Color Harmonies of #C25FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FAD

Black with #C25FAD

Text Example


Text Example

White with #C25FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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