Html Css Color HEX #C55CCE Fuchsia

📋 copy color: '#C55CCE'

red 197 ◦ green 92 ◦ blue 206

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

Shades of Fuchsia #C55CCE

Tints of Fuchsia #C55CCE

RGB

 RED value IS 197 (77.34% from 255) = 39.8%

 GREEN value IS 92 (36.33% from 255) = 18.59%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 39.8%
G = 18.59%
B = 41.62%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C55CCE (or 0xC55CCE) is known color: Fuchsia. HEX triplet: C5, 5C and CE. RGB value is (197,92,206). Sum of RGB (Red+Green+Blue) = 197+92+206=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #C55CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CCE is #3AA331. Grayscale: #888888. Windows color (decimal): -3842866 or 13524165. OLE color: 13524165.

HSL color Cylindrical-coordinate representation of color #C55CCE: hue angle of 295.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55CCE is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 92 206 -
CMYK 0.04 0.55 0 0.19
HSL 295.26º 0.54% 0.58% -
HSV(B) 295.26º 0.55% 0.81% -
XYZ 37.99 23.98 61.02 -
YUV 136.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 197 92 206 0.04 0.55 0 0.19 295.26 0.54 0.58
Hex C5 5C CE 4 37 0 13 127 36 3A
Octal 305 134 316 4 67 0 23 447 66 72
Binary 11000101 1011100 11001110 100 110111 0 10011 100100111 110110 111010

Color Harmonies of #C55CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CCE

Black with #C55CCE

Text Example


Text Example

White with #C55CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CCE; }

 p { color: rgb(197,92,206); }

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

background-color css

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

 a { background-color: rgb(197,92,206); }

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

border-color css

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

 span { border-color: rgb(197,92,206); }

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