Html Css Color HEX #C55BCA Fuchsia

📋 copy color: '#C55BCA'

red 197 ◦ green 91 ◦ blue 202

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

Shades of Fuchsia #C55BCA

Tints of Fuchsia #C55BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.57%

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

R = 40.2%
G = 18.57%
B = 41.22%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C55BCA (or 0xC55BCA) is known color: Fuchsia. HEX triplet: C5, 5B and CA. RGB value is (197,91,202). Sum of RGB (Red+Green+Blue) = 197+91+202=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #C55BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BCA is #3AA435. Grayscale: #878787. Windows color (decimal): -3843126 or 13261765. OLE color: 13261765.

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

Color convert

RGB 197 91 202 -
CMYK 0.02 0.55 0 0.21
HSL 297.3º 0.51% 0.57% -
HSV(B) 297.3º 0.55% 0.79% -
XYZ 37.43 23.62 58.46 -
YUV 135.35 165.62 171.97 -
System Red Green Blue C M Y K H S L
Decimal 197 91 202 0.02 0.55 0 0.21 297.3 0.51 0.57
Hex C5 5B CA 2 37 0 15 129 33 39
Octal 305 133 312 2 67 0 25 451 63 71
Binary 11000101 1011011 11001010 10 110111 0 10101 100101001 110011 111001

Color Harmonies of #C55BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BCA

Black with #C55BCA

Text Example


Text Example

White with #C55BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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