Html Css Color HEX #CC51BA Fuchsia

📋 copy color: '#CC51BA'

red 204 ◦ green 81 ◦ blue 186

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

Shades of Fuchsia #CC51BA

Tints of Fuchsia #CC51BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 43.31%
G = 17.2%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC51BA (or 0xCC51BA) is known color: Fuchsia. HEX triplet: CC, 51 and BA. RGB value is (204,81,186). Sum of RGB (Red+Green+Blue) = 204+81+186=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51BA is #33AE45. Grayscale: #818181. Windows color (decimal): -3386950 or 12210636. OLE color: 12210636.

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

Color convert

RGB 204 81 186 -
CMYK 0 0.60 0.09 0.2
HSL 308.78º 0.55% 0.56% -
HSV(B) 308.78º 0.6% 0.8% -
XYZ 36.71 22.27 48.82 -
YUV 129.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 204 81 186 0 0.60 0.09 0.2 308.78 0.55 0.56
Hex CC 51 BA 0 3C 9 14 135 37 38
Octal 314 121 272 0 74 11 24 465 67 70
Binary 11001100 1010001 10111010 0 111100 1001 10100 100110101 110111 111000

Color Harmonies of #CC51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51BA

Black with #CC51BA

Text Example


Text Example

White with #CC51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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