Html Css Color HEX #C55CCA Fuchsia

📋 copy color: '#C55CCA'

red 197 ◦ green 92 ◦ blue 202

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

Shades of Fuchsia #C55CCA

Tints of Fuchsia #C55CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 40.12%
G = 18.74%
B = 41.14%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C55CCA (or 0xC55CCA) is known color: Fuchsia. HEX triplet: C5, 5C and CA. RGB value is (197,92,202). Sum of RGB (Red+Green+Blue) = 197+92+202=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #C55CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CCA is #3AA335. Grayscale: #878787. Windows color (decimal): -3842870 or 13262021. OLE color: 13262021.

HSL color Cylindrical-coordinate representation of color #C55CCA: hue angle of 297.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55CCA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 92 202 -
CMYK 0.02 0.54 0 0.21
HSL 297.27º 0.51% 0.58% -
HSV(B) 297.27º 0.54% 0.79% -
XYZ 37.51 23.79 58.49 -
YUV 135.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 197 92 202 0.02 0.54 0 0.21 297.27 0.51 0.58
Hex C5 5C CA 2 36 0 15 129 33 3A
Octal 305 134 312 2 66 0 25 451 63 72
Binary 11000101 1011100 11001010 10 110110 0 10101 100101001 110011 111010

Color Harmonies of #C55CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CCA

Black with #C55CCA

Text Example


Text Example

White with #C55CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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