Html Css Color HEX #C25BBB Fuchsia

📋 copy color: '#C25BBB'

red 194 ◦ green 91 ◦ blue 187

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

Shades of Fuchsia #C25BBB

Tints of Fuchsia #C25BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 41.1%
G = 19.28%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C25BBB (or 0xC25BBB) is known color: Fuchsia. HEX triplet: C2, 5B and BB. RGB value is (194,91,187). Sum of RGB (Red+Green+Blue) = 194+91+187=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BBB is #3DA444. Grayscale: #848484. Windows color (decimal): -4039749 or 12278722. OLE color: 12278722.

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

Color convert

RGB 194 91 187 -
CMYK 0 0.53 0.04 0.24
HSL 304.08º 0.46% 0.56% -
HSV(B) 304.08º 0.53% 0.76% -
XYZ 34.96 22.54 49.52 -
YUV 132.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 194 91 187 0 0.53 0.04 0.24 304.08 0.46 0.56
Hex C2 5B BB 0 35 4 18 130 2E 38
Octal 302 133 273 0 65 4 30 460 56 70
Binary 11000010 1011011 10111011 0 110101 100 11000 100110000 101110 111000

Color Harmonies of #C25BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25BBB

Black with #C25BBB

Text Example


Text Example

White with #C25BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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