#FF2CC1

Color #FF2CC1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FF2CC1

Tints of Razzle Dazzle Rose #FF2CC1

Color information

#FF2CC1 (or 0xFF2CC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 2C and C1. RGB value is (255,44,193). Sum of RGB (Red+Green+Blue) = 255+44+193=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2CC1 is #00D33E. Grayscale: #7B7B7B. Windows color (decimal): -54079 or 12659967. OLE color: 12659967.

HSL color Cylindrical-coordinate representation of color #FF2CC1: hue angle of 317.63º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2CC1 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB25544193-
CMYK00.830.240
HSL317.63º100%58.63%-
HSV(B)317.63º82.75%100%-
XYZ51.7726.9152.92-
YUV124.07166.9221.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 44 (17.58% from 255) = 8.94%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=51.83%
G=8.94%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554419300.830.240317.6310058.63
HexFF2CC105318013e643b
Octal37754301012330047614473
Binary1111111110110011000001010100111100001001111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2CC1; }

 p { color: rgb(255,44,193); }

 H1.HeaderClassName
 {
   color: #FF2CC1;
 }
 .AnyTagClassName
 {
   color: #FF2CC1;
 }
</style>
background-color css

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

 a { background-color: rgb(255,44,193); }

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

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

 span { border-color: rgb(255,44,193); }

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