Html Css Color HEX #C259C5 Fuchsia

📋 copy color: '#C259C5'

red 194 ◦ green 89 ◦ blue 197

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

Shades of Fuchsia #C259C5

Tints of Fuchsia #C259C5

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.54%

 BLUE value IS 197 (77.34% from 255) = 41.04%

R = 40.42%
G = 18.54%
B = 41.04%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C259C5 (or 0xC259C5) is known color: Fuchsia. HEX triplet: C2, 59 and C5. RGB value is (194,89,197). Sum of RGB (Red+Green+Blue) = 194+89+197=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #C259C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259C5 is #3DA63A. Grayscale: #848484. Windows color (decimal): -4040251 or 12933570. OLE color: 12933570.

HSL color Cylindrical-coordinate representation of color #C259C5: hue angle of 298.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C259C5 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 89 197 -
CMYK 0.02 0.55 0 0.23
HSL 298.33º 0.48% 0.56% -
HSV(B) 298.33º 0.55% 0.77% -
XYZ 35.9 22.65 55.3 -
YUV 132.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 194 89 197 0.02 0.55 0 0.23 298.33 0.48 0.56
Hex C2 59 C5 2 37 0 17 12A 30 38
Octal 302 131 305 2 67 0 27 452 60 70
Binary 11000010 1011001 11000101 10 110111 0 10111 100101010 110000 111000

Color Harmonies of #C259C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259C5

Black with #C259C5

Text Example


Text Example

White with #C259C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259C5; }

 p { color: rgb(194,89,197); }

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

background-color css

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

 a { background-color: rgb(194,89,197); }

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

border-color css

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

 span { border-color: rgb(194,89,197); }

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