Html Css Color HEX #C25FAB Fuchsia

📋 copy color: '#C25FAB'

red 194 ◦ green 95 ◦ blue 171

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

Shades of Fuchsia #C25FAB

Tints of Fuchsia #C25FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 42.17%
G = 20.65%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C25FAB (or 0xC25FAB) is known color: Fuchsia. HEX triplet: C2, 5F and AB. RGB value is (194,95,171). Sum of RGB (Red+Green+Blue) = 194+95+171=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FAB is #3DA054. Grayscale: #858585. Windows color (decimal): -4038741 or 11231170. OLE color: 11231170.

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

Color convert

RGB 194 95 171 -
CMYK 0 0.51 0.12 0.24
HSL 313.94º 0.45% 0.57% -
HSV(B) 313.94º 0.51% 0.76% -
XYZ 33.69 22.59 41.11 -
YUV 133.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 194 95 171 0 0.51 0.12 0.24 313.94 0.45 0.57
Hex C2 5F AB 0 33 C 18 13A 2D 39
Octal 302 137 253 0 63 14 30 472 55 71
Binary 11000010 1011111 10101011 0 110011 1100 11000 100111010 101101 111001

Color Harmonies of #C25FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FAB

Black with #C25FAB

Text Example


Text Example

White with #C25FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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