Html Css Color HEX #CC51C5 Fuchsia

📋 copy color: '#CC51C5'

red 204 ◦ green 81 ◦ blue 197

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

Shades of Fuchsia #CC51C5

Tints of Fuchsia #CC51C5

RGB

 RED value IS 204 (80.08% from 255) = 42.32%

 GREEN value IS 81 (32.03% from 255) = 16.8%

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 42.32%
G = 16.8%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC51C5 (or 0xCC51C5) is known color: Fuchsia. HEX triplet: CC, 51 and C5. RGB value is (204,81,197). Sum of RGB (Red+Green+Blue) = 204+81+197=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51C5 is #33AE3A. Grayscale: #828282. Windows color (decimal): -3386939 or 12931532. OLE color: 12931532.

HSL color Cylindrical-coordinate representation of color #CC51C5: hue angle of 303.41º 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 #CC51C5 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 81 197 -
CMYK 0 0.60 0.03 0.2
HSL 303.41º 0.55% 0.56% -
HSV(B) 303.41º 0.6% 0.8% -
XYZ 37.92 22.75 55.22 -
YUV 131 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 204 81 197 0 0.60 0.03 0.2 303.41 0.55 0.56
Hex CC 51 C5 0 3C 3 14 12F 37 38
Octal 314 121 305 0 74 3 24 457 67 70
Binary 11001100 1010001 11000101 0 111100 11 10100 100101111 110111 111000

Color Harmonies of #CC51C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51C5

Black with #CC51C5

Text Example


Text Example

White with #CC51C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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