Html Css Color HEX #C552CA Fuchsia

📋 copy color: '#C552CA'

red 197 ◦ green 82 ◦ blue 202

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

Shades of Fuchsia #C552CA

Tints of Fuchsia #C552CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42%

R = 40.96%
G = 17.05%
B = 42%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C552CA (or 0xC552CA) is known color: Fuchsia. HEX triplet: C5, 52 and CA. RGB value is (197,82,202). Sum of RGB (Red+Green+Blue) = 197+82+202=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #C552CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552CA is #3AAD35. Grayscale: #818181. Windows color (decimal): -3845430 or 13259461. OLE color: 13259461.

HSL color Cylindrical-coordinate representation of color #C552CA: hue angle of 297.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C552CA is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 82 202 -
CMYK 0.02 0.59 0 0.21
HSL 297.5º 0.53% 0.56% -
HSV(B) 297.5º 0.59% 0.79% -
XYZ 36.7 22.17 58.22 -
YUV 130.07 168.6 175.74 -
System Red Green Blue C M Y K H S L
Decimal 197 82 202 0.02 0.59 0 0.21 297.5 0.53 0.56
Hex C5 52 CA 2 3B 0 15 12A 35 38
Octal 305 122 312 2 73 0 25 452 65 70
Binary 11000101 1010010 11001010 10 111011 0 10101 100101010 110101 111000

Color Harmonies of #C552CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552CA

Black with #C552CA

Text Example


Text Example

White with #C552CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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