#FF2CC0

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

Shades of Razzle Dazzle Rose #FF2CC0

Tints of Razzle Dazzle Rose #FF2CC0

Color information

#FF2CC0 (or 0xFF2CC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 2C and C0. RGB value is (255,44,192). Sum of RGB (Red+Green+Blue) = 255+44+192=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2CC0 is #00D33F. Grayscale: #7B7B7B. Windows color (decimal): -54080 or 12594431. OLE color: 12594431.

HSL color Cylindrical-coordinate representation of color #FF2CC0: hue angle of 317.91º 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 #FF2CC0 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB25544192-
CMYK00.830.250
HSL317.91º100%58.63%-
HSV(B)317.91º82.75%100%-
XYZ51.6626.8752.33-
YUV123.96166.4221.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 44 (17.58% from 255) = 8.96%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=51.93%
G=8.96%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554419200.830.250317.9110058.63
HexFF2CC005319013e643b
Octal37754300012331047614473
Binary1111111110110011000000010100111100101001111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2CC0; }

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

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

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

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

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

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

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

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