Html Css Color HEX #C555CB Fuchsia

📋 copy color: '#C555CB'

red 197 ◦ green 85 ◦ blue 203

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

Shades of Fuchsia #C555CB

Tints of Fuchsia #C555CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.53%

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

R = 40.62%
G = 17.53%
B = 41.86%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C555CB (or 0xC555CB) is known color: Fuchsia. HEX triplet: C5, 55 and CB. RGB value is (197,85,203). Sum of RGB (Red+Green+Blue) = 197+85+203=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #C555CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555CB is #3AAA34. Grayscale: #838383. Windows color (decimal): -3844661 or 13325765. OLE color: 13325765.

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

Color convert

RGB 197 85 203 -
CMYK 0.03 0.58 0 0.20
HSL 296.95º 0.53% 0.56% -
HSV(B) 296.95º 0.58% 0.8% -
XYZ 37.05 22.68 58.92 -
YUV 131.94 168.11 174.41 -
System Red Green Blue C M Y K H S L
Decimal 197 85 203 0.03 0.58 0 0.20 296.95 0.53 0.56
Hex C5 55 CB 3 3A 0 14 129 35 38
Octal 305 125 313 3 72 0 24 451 65 70
Binary 11000101 1010101 11001011 11 111010 0 10100 100101001 110101 111000

Color Harmonies of #C555CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555CB

Black with #C555CB

Text Example


Text Example

White with #C555CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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