Html Css Color HEX #C553CE Fuchsia

📋 copy color: '#C553CE'

red 197 ◦ green 83 ◦ blue 206

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

Shades of Fuchsia #C553CE

Tints of Fuchsia #C553CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.08%

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 40.53%
G = 17.08%
B = 42.39%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C553CE (or 0xC553CE) is known color: Fuchsia. HEX triplet: C5, 53 and CE. RGB value is (197,83,206). Sum of RGB (Red+Green+Blue) = 197+83+206=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #C553CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553CE is #3AAC31. Grayscale: #828282. Windows color (decimal): -3845170 or 13521861. OLE color: 13521861.

HSL color Cylindrical-coordinate representation of color #C553CE: hue angle of 295.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C553CE is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 83 206 -
CMYK 0.04 0.60 0 0.19
HSL 295.61º 0.56% 0.57% -
HSV(B) 295.61º 0.6% 0.81% -
XYZ 37.26 22.51 60.77 -
YUV 131.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 197 83 206 0.04 0.60 0 0.19 295.61 0.56 0.57
Hex C5 53 CE 4 3C 0 13 128 38 39
Octal 305 123 316 4 74 0 23 450 70 71
Binary 11000101 1010011 11001110 100 111100 0 10011 100101000 111000 111001

Color Harmonies of #C553CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C553CE

Black with #C553CE

Text Example


Text Example

White with #C553CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C553CE; }

 p { color: rgb(197,83,206); }

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

background-color css

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

 a { background-color: rgb(197,83,206); }

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

border-color css

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

 span { border-color: rgb(197,83,206); }

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