Html Css Color HEX #C25BBE Fuchsia

📋 copy color: '#C25BBE'

red 194 ◦ green 91 ◦ blue 190

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

Shades of Fuchsia #C25BBE

Tints of Fuchsia #C25BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.16%

 BLUE value IS 190 (74.61% from 255) = 40%

R = 40.84%
G = 19.16%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C25BBE (or 0xC25BBE) is known color: Fuchsia. HEX triplet: C2, 5B and BE. RGB value is (194,91,190). Sum of RGB (Red+Green+Blue) = 194+91+190=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BBE is #3DA441. Grayscale: #848484. Windows color (decimal): -4039746 or 12475330. OLE color: 12475330.

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

Color convert

RGB 194 91 190 -
CMYK 0 0.53 0.02 0.24
HSL 302.33º 0.46% 0.56% -
HSV(B) 302.33º 0.53% 0.76% -
XYZ 35.28 22.67 51.23 -
YUV 133.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 194 91 190 0 0.53 0.02 0.24 302.33 0.46 0.56
Hex C2 5B BE 0 35 2 18 12E 2E 38
Octal 302 133 276 0 65 2 30 456 56 70
Binary 11000010 1011011 10111110 0 110101 10 11000 100101110 101110 111000

Color Harmonies of #C25BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25BBE

Black with #C25BBE

Text Example


Text Example

White with #C25BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25BBE; }

 p { color: rgb(194,91,190); }

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

background-color css

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

 a { background-color: rgb(194,91,190); }

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

border-color css

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

 span { border-color: rgb(194,91,190); }

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