Html Css Color HEX #CC51BF Fuchsia

📋 copy color: '#CC51BF'

red 204 ◦ green 81 ◦ blue 191

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

Shades of Fuchsia #CC51BF

Tints of Fuchsia #CC51BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 42.86%
G = 17.02%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC51BF (or 0xCC51BF) is known color: Fuchsia. HEX triplet: CC, 51 and BF. RGB value is (204,81,191). Sum of RGB (Red+Green+Blue) = 204+81+191=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51BF is #33AE40. Grayscale: #828282. Windows color (decimal): -3386945 or 12538316. OLE color: 12538316.

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

Color convert

RGB 204 81 191 -
CMYK 0 0.60 0.06 0.2
HSL 306.34º 0.55% 0.56% -
HSV(B) 306.34º 0.6% 0.8% -
XYZ 37.25 22.48 51.67 -
YUV 130.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 204 81 191 0 0.60 0.06 0.2 306.34 0.55 0.56
Hex CC 51 BF 0 3C 6 14 132 37 38
Octal 314 121 277 0 74 6 24 462 67 70
Binary 11001100 1010001 10111111 0 111100 110 10100 100110010 110111 111000

Color Harmonies of #CC51BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51BF

Black with #CC51BF

Text Example


Text Example

White with #CC51BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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