Html Css Color HEX #C55CBE Fuchsia

📋 copy color: '#C55CBE'

red 197 ◦ green 92 ◦ blue 190

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

Shades of Fuchsia #C55CBE

Tints of Fuchsia #C55CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 41.13%
G = 19.21%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C55CBE (or 0xC55CBE) is known color: Fuchsia. HEX triplet: C5, 5C and BE. RGB value is (197,92,190). Sum of RGB (Red+Green+Blue) = 197+92+190=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CBE is #3AA341. Grayscale: #868686. Windows color (decimal): -3842882 or 12475589. OLE color: 12475589.

HSL color Cylindrical-coordinate representation of color #C55CBE: hue angle of 304º 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 #C55CBE is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 92 190 -
CMYK 0 0.53 0.04 0.23
HSL 304º 0.48% 0.57% -
HSV(B) 304º 0.53% 0.77% -
XYZ 36.15 23.24 51.3 -
YUV 134.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 197 92 190 0 0.53 0.04 0.23 304 0.48 0.57
Hex C5 5C BE 0 35 4 17 130 30 39
Octal 305 134 276 0 65 4 27 460 60 71
Binary 11000101 1011100 10111110 0 110101 100 10111 100110000 110000 111001

Color Harmonies of #C55CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CBE

Black with #C55CBE

Text Example


Text Example

White with #C55CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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