Html Css Color HEX #C255C6 Fuchsia

📋 copy color: '#C255C6'

red 194 ◦ green 85 ◦ blue 198

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

Shades of Fuchsia #C255C6

Tints of Fuchsia #C255C6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.82%

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 40.67%
G = 17.82%
B = 41.51%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C255C6 (or 0xC255C6) is known color: Fuchsia. HEX triplet: C2, 55 and C6. RGB value is (194,85,198). Sum of RGB (Red+Green+Blue) = 194+85+198=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #C255C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255C6 is #3DAA39. Grayscale: #828282. Windows color (decimal): -4041274 or 12998082. OLE color: 12998082.

HSL color Cylindrical-coordinate representation of color #C255C6: hue angle of 297.88º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C255C6 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 85 198 -
CMYK 0.02 0.57 0 0.22
HSL 297.88º 0.5% 0.55% -
HSV(B) 297.88º 0.57% 0.78% -
XYZ 35.69 22.04 55.8 -
YUV 130.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 194 85 198 0.02 0.57 0 0.22 297.88 0.5 0.55
Hex C2 55 C6 2 39 0 16 12A 32 37
Octal 302 125 306 2 71 0 26 452 62 67
Binary 11000010 1010101 11000110 10 111001 0 10110 100101010 110010 110111

Color Harmonies of #C255C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255C6

Black with #C255C6

Text Example


Text Example

White with #C255C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255C6; }

 p { color: rgb(194,85,198); }

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

background-color css

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

 a { background-color: rgb(194,85,198); }

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

border-color css

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

 span { border-color: rgb(194,85,198); }

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