Html Css Color HEX #C555CC Fuchsia

📋 copy color: '#C555CC'

red 197 ◦ green 85 ◦ blue 204

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

Shades of Fuchsia #C555CC

Tints of Fuchsia #C555CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 40.53%
G = 17.49%
B = 41.98%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C555CC (or 0xC555CC) is known color: Fuchsia. HEX triplet: C5, 55 and CC. RGB value is (197,85,204). Sum of RGB (Red+Green+Blue) = 197+85+204=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #C555CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555CC is #3AAA33. Grayscale: #838383. Windows color (decimal): -3844660 or 13391301. OLE color: 13391301.

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

Color convert

RGB 197 85 204 -
CMYK 0.03 0.58 0 0.2
HSL 296.47º 0.54% 0.57% -
HSV(B) 296.47º 0.58% 0.8% -
XYZ 37.17 22.73 59.55 -
YUV 132.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 197 85 204 0.03 0.58 0 0.2 296.47 0.54 0.57
Hex C5 55 CC 3 3A 0 14 128 36 39
Octal 305 125 314 3 72 0 24 450 66 71
Binary 11000101 1010101 11001100 11 111010 0 10100 100101000 110110 111001

Color Harmonies of #C555CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555CC

Black with #C555CC

Text Example


Text Example

White with #C555CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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