Html Css Color HEX #FF20CC Razzle Dazzle Rose

📋 copy color: '#FF20CC'

red 255 ◦ green 32 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FF20CC

Tints of Razzle Dazzle Rose #FF20CC

RGB

 RED value IS 255 (100% from 255) = 51.93%

 GREEN value IS 32 (12.89% from 255) = 6.52%

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 51.93%
G = 6.52%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF20CC (or 0xFF20CC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and CC. RGB value is (255,32,204). Sum of RGB (Red+Green+Blue) = 255+32+204=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20CC is #00DF33. Grayscale: #757575. Windows color (decimal): -57140 or 13377791. OLE color: 13377791.

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

Color convert

RGB 255 32 204 -
CMYK 0 0.87 0.2 0
HSL 313.72º 1% 0.56% -
HSV(B) 313.72º 0.87% 1% -
XYZ 52.66 26.65 59.5 -
YUV 118.29 176.38 225.51 -
System Red Green Blue C M Y K H S L
Decimal 255 32 204 0 0.87 0.2 0 313.72 1 0.56
Hex FF 20 CC 0 57 14 0 13A 64 38
Octal 377 40 314 0 127 24 0 472 144 70
Binary 11111111 100000 11001100 0 1010111 10100 0 100111010 1100100 111000

Color Harmonies of #FF20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF20CC

Black with #FF20CC

Text Example


Text Example

White with #FF20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF20CC; }

 p { color: rgb(255,32,204); }

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

background-color css

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

 a { background-color: rgb(255,32,204); }

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

border-color css

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

 span { border-color: rgb(255,32,204); }

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