Html Css Color HEX #C25FB0 Fuchsia

📋 copy color: '#C25FB0'

red 194 ◦ green 95 ◦ blue 176

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

Shades of Fuchsia #C25FB0

Tints of Fuchsia #C25FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.85%

R = 41.72%
G = 20.43%
B = 37.85%

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

#C25FB0 (or 0xC25FB0) is known color: Fuchsia. HEX triplet: C2, 5F and B0. RGB value is (194,95,176). Sum of RGB (Red+Green+Blue) = 194+95+176=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FB0 is #3DA04F. Grayscale: #858585. Windows color (decimal): -4038736 or 11558850. OLE color: 11558850.

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

Color convert

RGB 194 95 176 -
CMYK 0 0.51 0.09 0.24
HSL 310.91º 0.45% 0.57% -
HSV(B) 310.91º 0.51% 0.76% -
XYZ 34.18 22.79 43.67 -
YUV 133.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 194 95 176 0 0.51 0.09 0.24 310.91 0.45 0.57
Hex C2 5F B0 0 33 9 18 137 2D 39
Octal 302 137 260 0 63 11 30 467 55 71
Binary 11000010 1011111 10110000 0 110011 1001 11000 100110111 101101 111001

Color Harmonies of #C25FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FB0

Black with #C25FB0

Text Example


Text Example

White with #C25FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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