Html Css Color HEX #CC51BE Fuchsia

📋 copy color: '#CC51BE'

red 204 ◦ green 81 ◦ blue 190

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

Shades of Fuchsia #CC51BE

Tints of Fuchsia #CC51BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 42.95%
G = 17.05%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC51BE (or 0xCC51BE) is known color: Fuchsia. HEX triplet: CC, 51 and BE. RGB value is (204,81,190). Sum of RGB (Red+Green+Blue) = 204+81+190=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51BE is #33AE41. Grayscale: #818181. Windows color (decimal): -3386946 or 12472780. OLE color: 12472780.

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

Color convert

RGB 204 81 190 -
CMYK 0 0.60 0.07 0.2
HSL 306.83º 0.55% 0.56% -
HSV(B) 306.83º 0.6% 0.8% -
XYZ 37.14 22.44 51.09 -
YUV 130.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 204 81 190 0 0.60 0.07 0.2 306.83 0.55 0.56
Hex CC 51 BE 0 3C 7 14 133 37 38
Octal 314 121 276 0 74 7 24 463 67 70
Binary 11001100 1010001 10111110 0 111100 111 10100 100110011 110111 111000

Color Harmonies of #CC51BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51BE

Black with #CC51BE

Text Example


Text Example

White with #CC51BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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