Html Css Color HEX #C259CC Fuchsia

📋 copy color: '#C259CC'

red 194 ◦ green 89 ◦ blue 204

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

Shades of Fuchsia #C259CC

Tints of Fuchsia #C259CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 39.84%
G = 18.28%
B = 41.89%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C259CC (or 0xC259CC) is known color: Fuchsia. HEX triplet: C2, 59 and CC. RGB value is (194,89,204). Sum of RGB (Red+Green+Blue) = 194+89+204=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #C259CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259CC is #3DA633. Grayscale: #858585. Windows color (decimal): -4040244 or 13392322. OLE color: 13392322.

HSL color Cylindrical-coordinate representation of color #C259CC: hue angle of 294.78º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C259CC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 89 204 -
CMYK 0.05 0.56 0 0.2
HSL 294.78º 0.53% 0.57% -
HSV(B) 294.78º 0.56% 0.8% -
XYZ 36.72 22.97 59.63 -
YUV 133.51 167.79 171.15 -
System Red Green Blue C M Y K H S L
Decimal 194 89 204 0.05 0.56 0 0.2 294.78 0.53 0.57
Hex C2 59 CC 5 38 0 14 127 35 39
Octal 302 131 314 5 70 0 24 447 65 71
Binary 11000010 1011001 11001100 101 111000 0 10100 100100111 110101 111001

Color Harmonies of #C259CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259CC

Black with #C259CC

Text Example


Text Example

White with #C259CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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