Html Css Color HEX #CE0053 Razzmatazz

📋 copy color: '#CE0053'

red 206 ◦ green 0 ◦ blue 83

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

Shades of Razzmatazz #CE0053

Tints of Razzmatazz #CE0053

RGB

 RED value IS 206 (80.86% from 255) = 71.28%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 28.72%

R = 71.28%
G = 0%
B = 28.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE0053 (or 0xCE0053) is known color: Razzmatazz. HEX triplet: CE, 00 and 53. RGB value is (206,0,83). Sum of RGB (Red+Green+Blue) = 206+0+83=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0053 is #31FFAC. Grayscale: #464646. Windows color (decimal): -3276717 or 5439694. OLE color: 5439694.

HSL color Cylindrical-coordinate representation of color #CE0053: hue angle of 335.83º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0053 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 83 -
CMYK 0 1 0.60 0.19
HSL 335.83º 1% 0.4% -
HSV(B) 335.83º 1% 0.81% -
XYZ 27.01 13.75 9.41 -
YUV 71.06 134.75 224.25 -
System Red Green Blue C M Y K H S L
Decimal 206 0 83 0 1 0.60 0.19 335.83 1 0.4
Hex CE 0 53 0 64 3C 13 150 64 28
Octal 316 0 123 0 144 74 23 520 144 50
Binary 11001110 0 1010011 0 1100100 111100 10011 101010000 1100100 101000

Color Harmonies of #CE0053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0053

Black with #CE0053

Text Example


Text Example

White with #CE0053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0053; }

 p { color: rgb(206,0,83); }

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

background-color css

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

 a { background-color: rgb(206,0,83); }

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

border-color css

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

 span { border-color: rgb(206,0,83); }

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