Html Css Color HEX #CE004C Razzmatazz

📋 copy color: '#CE004C'

red 206 ◦ green 0 ◦ blue 76

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

Shades of Razzmatazz #CE004C

Tints of Razzmatazz #CE004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.95%

R = 73.05%
G = 0%
B = 26.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE004C (or 0xCE004C) is known color: Razzmatazz. HEX triplet: CE, 00 and 4C. RGB value is (206,0,76). Sum of RGB (Red+Green+Blue) = 206+0+76=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE004C is #31FFB3. Grayscale: #464646. Windows color (decimal): -3276724 or 4980942. OLE color: 4980942.

HSL color Cylindrical-coordinate representation of color #CE004C: hue angle of 337.86º 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 #CE004C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 76 -
CMYK 0 1 0.63 0.19
HSL 337.86º 1% 0.4% -
HSV(B) 337.86º 1% 0.81% -
XYZ 26.76 13.64 8.06 -
YUV 70.26 131.25 224.82 -
System Red Green Blue C M Y K H S L
Decimal 206 0 76 0 1 0.63 0.19 337.86 1 0.4
Hex CE 0 4C 0 64 3F 13 152 64 28
Octal 316 0 114 0 144 77 23 522 144 50
Binary 11001110 0 1001100 0 1100100 111111 10011 101010010 1100100 101000

Color Harmonies of #CE004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE004C

Black with #CE004C

Text Example


Text Example

White with #CE004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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