Html Css Color HEX #C25FB1 Fuchsia

📋 copy color: '#C25FB1'

red 194 ◦ green 95 ◦ blue 177

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

Shades of Fuchsia #C25FB1

Tints of Fuchsia #C25FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.98%

R = 41.63%
G = 20.39%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C25FB1 (or 0xC25FB1) is known color: Fuchsia. HEX triplet: C2, 5F and B1. RGB value is (194,95,177). Sum of RGB (Red+Green+Blue) = 194+95+177=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FB1 is #3DA04E. Grayscale: #858585. Windows color (decimal): -4038735 or 11624386. OLE color: 11624386.

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

Color convert

RGB 194 95 177 -
CMYK 0 0.51 0.09 0.24
HSL 310.3º 0.45% 0.57% -
HSV(B) 310.3º 0.51% 0.76% -
XYZ 34.28 22.83 44.19 -
YUV 133.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 194 95 177 0 0.51 0.09 0.24 310.3 0.45 0.57
Hex C2 5F B1 0 33 9 18 136 2D 39
Octal 302 137 261 0 63 11 30 466 55 71
Binary 11000010 1011111 10110001 0 110011 1001 11000 100110110 101101 111001

Color Harmonies of #C25FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FB1

Black with #C25FB1

Text Example


Text Example

White with #C25FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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