Html Css Color HEX #C25FB9 Fuchsia

📋 copy color: '#C25FB9'

red 194 ◦ green 95 ◦ blue 185

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

Shades of Fuchsia #C25FB9

Tints of Fuchsia #C25FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 40.93%
G = 20.04%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C25FB9 (or 0xC25FB9) is known color: Fuchsia. HEX triplet: C2, 5F and B9. RGB value is (194,95,185). Sum of RGB (Red+Green+Blue) = 194+95+185=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FB9 is #3DA046. Grayscale: #868686. Windows color (decimal): -4038727 or 12148674. OLE color: 12148674.

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

Color convert

RGB 194 95 185 -
CMYK 0 0.51 0.05 0.24
HSL 305.45º 0.45% 0.57% -
HSV(B) 305.45º 0.51% 0.76% -
XYZ 35.1 23.16 48.52 -
YUV 134.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 194 95 185 0 0.51 0.05 0.24 305.45 0.45 0.57
Hex C2 5F B9 0 33 5 18 131 2D 39
Octal 302 137 271 0 63 5 30 461 55 71
Binary 11000010 1011111 10111001 0 110011 101 11000 100110001 101101 111001

Color Harmonies of #C25FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FB9

Black with #C25FB9

Text Example


Text Example

White with #C25FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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