#FF2CC2

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

Shades of Razzle Dazzle Rose #FF2CC2

Tints of Razzle Dazzle Rose #FF2CC2

Color information

#FF2CC2 (or 0xFF2CC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 2C and C2. RGB value is (255,44,194). Sum of RGB (Red+Green+Blue) = 255+44+194=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 44 (17.58% from 255 or 8.92% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2CC2 is #00D33D. Grayscale: #7B7B7B. Windows color (decimal): -54078 or 12725503. OLE color: 12725503.

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

Color convert

RGB25544194-
CMYK00.830.240
HSL317.35º100%58.63%-
HSV(B)317.35º82.75%100%-
XYZ51.8826.9653.51-
YUV124.19167.4221.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 44 (17.58% from 255) = 8.92%
BLUE value IS 194 (76.17% from 255) = 39.35%
R=51.72%
G=8.92%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554419400.830.240317.3510058.63
HexFF2CC205318013d643b
Octal37754302012330047514473
Binary1111111110110011000010010100111100001001111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2CC2; }

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

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

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

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

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

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

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

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