Html Css Color HEX #C259C0 Fuchsia

📋 copy color: '#C259C0'

red 194 ◦ green 89 ◦ blue 192

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

Shades of Fuchsia #C259C0

Tints of Fuchsia #C259C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.42%

R = 40.84%
G = 18.74%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C259C0 (or 0xC259C0) is known color: Fuchsia. HEX triplet: C2, 59 and C0. RGB value is (194,89,192). Sum of RGB (Red+Green+Blue) = 194+89+192=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C259C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259C0 is #3DA63F. Grayscale: #838383. Windows color (decimal): -4040256 or 12605890. OLE color: 12605890.

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

Color convert

RGB 194 89 192 -
CMYK 0 0.54 0.01 0.24
HSL 301.14º 0.46% 0.55% -
HSV(B) 301.14º 0.54% 0.76% -
XYZ 35.33 22.42 52.33 -
YUV 132.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 194 89 192 0 0.54 0.01 0.24 301.14 0.46 0.55
Hex C2 59 C0 0 36 1 18 12D 2E 37
Octal 302 131 300 0 66 1 30 455 56 67
Binary 11000010 1011001 11000000 0 110110 1 11000 100101101 101110 110111

Color Harmonies of #C259C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259C0

Black with #C259C0

Text Example


Text Example

White with #C259C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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