Html Css Color HEX #C55CCD Fuchsia

📋 copy color: '#C55CCD'

red 197 ◦ green 92 ◦ blue 205

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

Shades of Fuchsia #C55CCD

Tints of Fuchsia #C55CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 39.88%
G = 18.62%
B = 41.5%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C55CCD (or 0xC55CCD) is known color: Fuchsia. HEX triplet: C5, 5C and CD. RGB value is (197,92,205). Sum of RGB (Red+Green+Blue) = 197+92+205=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #C55CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CCD is #3AA332. Grayscale: #878787. Windows color (decimal): -3842867 or 13458629. OLE color: 13458629.

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

Color convert

RGB 197 92 205 -
CMYK 0.04 0.55 0 0.20
HSL 295.75º 0.53% 0.58% -
HSV(B) 295.75º 0.55% 0.8% -
XYZ 37.87 23.93 60.38 -
YUV 136.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 197 92 205 0.04 0.55 0 0.20 295.75 0.53 0.58
Hex C5 5C CD 4 37 0 14 128 35 3A
Octal 305 134 315 4 67 0 24 450 65 72
Binary 11000101 1011100 11001101 100 110111 0 10100 100101000 110101 111010

Color Harmonies of #C55CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CCD

Black with #C55CCD

Text Example


Text Example

White with #C55CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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