Html Css Color HEX #C552CD Fuchsia

📋 copy color: '#C552CD'

red 197 ◦ green 82 ◦ blue 205

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

Shades of Fuchsia #C552CD

Tints of Fuchsia #C552CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.94%

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 40.7%
G = 16.94%
B = 42.36%

CMYK

 C value IS 0.04

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C552CD (or 0xC552CD) is known color: Fuchsia. HEX triplet: C5, 52 and CD. RGB value is (197,82,205). Sum of RGB (Red+Green+Blue) = 197+82+205=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #C552CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552CD is #3AAD32. Grayscale: #828282. Windows color (decimal): -3845427 or 13456069. OLE color: 13456069.

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

Color convert

RGB 197 82 205 -
CMYK 0.04 0.6 0 0.20
HSL 296.1º 0.55% 0.56% -
HSV(B) 296.1º 0.6% 0.8% -
XYZ 37.06 22.31 60.11 -
YUV 130.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 197 82 205 0.04 0.6 0 0.20 296.1 0.55 0.56
Hex C5 52 CD 4 3C 0 14 128 37 38
Octal 305 122 315 4 74 0 24 450 67 70
Binary 11000101 1010010 11001101 100 111100 0 10100 100101000 110111 111000

Color Harmonies of #C552CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552CD

Black with #C552CD

Text Example


Text Example

White with #C552CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552CD; }

 p { color: rgb(197,82,205); }

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

background-color css

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

 a { background-color: rgb(197,82,205); }

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

border-color css

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

 span { border-color: rgb(197,82,205); }

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