Html Css Color HEX #C55FCB Fuchsia

📋 copy color: '#C55FCB'

red 197 ◦ green 95 ◦ blue 203

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

Shades of Fuchsia #C55FCB

Tints of Fuchsia #C55FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.19%

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 39.8%
G = 19.19%
B = 41.01%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C55FCB (or 0xC55FCB) is known color: Fuchsia. HEX triplet: C5, 5F and CB. RGB value is (197,95,203). Sum of RGB (Red+Green+Blue) = 197+95+203=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #C55FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FCB is #3AA034. Grayscale: #898989. Windows color (decimal): -3842101 or 13328325. OLE color: 13328325.

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

Color convert

RGB 197 95 203 -
CMYK 0.03 0.53 0 0.20
HSL 296.67º 0.51% 0.58% -
HSV(B) 296.67º 0.53% 0.8% -
XYZ 37.9 24.37 59.21 -
YUV 137.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 197 95 203 0.03 0.53 0 0.20 296.67 0.51 0.58
Hex C5 5F CB 3 35 0 14 129 33 3A
Octal 305 137 313 3 65 0 24 451 63 72
Binary 11000101 1011111 11001011 11 110101 0 10100 100101001 110011 111010

Color Harmonies of #C55FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FCB

Black with #C55FCB

Text Example


Text Example

White with #C55FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FCB; }

 p { color: rgb(197,95,203); }

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

background-color css

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

 a { background-color: rgb(197,95,203); }

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

border-color css

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

 span { border-color: rgb(197,95,203); }

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