Html Css Color HEX #C25EBF Fuchsia

📋 copy color: '#C25EBF'

red 194 ◦ green 94 ◦ blue 191

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

Shades of Fuchsia #C25EBF

Tints of Fuchsia #C25EBF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.62%

 BLUE value IS 191 (75% from 255) = 39.87%

R = 40.5%
G = 19.62%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C25EBF (or 0xC25EBF) is known color: Fuchsia. HEX triplet: C2, 5E and BF. RGB value is (194,94,191). Sum of RGB (Red+Green+Blue) = 194+94+191=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EBF is #3DA140. Grayscale: #868686. Windows color (decimal): -4038977 or 12541634. OLE color: 12541634.

HSL color Cylindrical-coordinate representation of color #C25EBF: hue angle of 301.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25EBF is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 94 191 -
CMYK 0 0.52 0.02 0.24
HSL 301.8º 0.45% 0.56% -
HSV(B) 301.8º 0.52% 0.76% -
XYZ 35.65 23.24 51.9 -
YUV 134.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 194 94 191 0 0.52 0.02 0.24 301.8 0.45 0.56
Hex C2 5E BF 0 34 2 18 12E 2D 38
Octal 302 136 277 0 64 2 30 456 55 70
Binary 11000010 1011110 10111111 0 110100 10 11000 100101110 101101 111000

Color Harmonies of #C25EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EBF

Black with #C25EBF

Text Example


Text Example

White with #C25EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EBF; }

 p { color: rgb(194,94,191); }

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

background-color css

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

 a { background-color: rgb(194,94,191); }

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

border-color css

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

 span { border-color: rgb(194,94,191); }

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