Html Css Color HEX #C55CC2 Fuchsia

📋 copy color: '#C55CC2'

red 197 ◦ green 92 ◦ blue 194

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

Shades of Fuchsia #C55CC2

Tints of Fuchsia #C55CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.17%

R = 40.79%
G = 19.05%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C55CC2 (or 0xC55CC2) is known color: Fuchsia. HEX triplet: C5, 5C and C2. RGB value is (197,92,194). Sum of RGB (Red+Green+Blue) = 197+92+194=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CC2 is #3AA33D. Grayscale: #868686. Windows color (decimal): -3842878 or 12737733. OLE color: 12737733.

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

Color convert

RGB 197 92 194 -
CMYK 0 0.53 0.02 0.23
HSL 301.71º 0.48% 0.57% -
HSV(B) 301.71º 0.53% 0.77% -
XYZ 36.59 23.42 53.63 -
YUV 135.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 197 92 194 0 0.53 0.02 0.23 301.71 0.48 0.57
Hex C5 5C C2 0 35 2 17 12E 30 39
Octal 305 134 302 0 65 2 27 456 60 71
Binary 11000101 1011100 11000010 0 110101 10 10111 100101110 110000 111001

Color Harmonies of #C55CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CC2

Black with #C55CC2

Text Example


Text Example

White with #C55CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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