Html Css Color HEX #CE004F Razzmatazz

📋 copy color: '#CE004F'

red 206 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #CE004F

Tints of Razzmatazz #CE004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 72.28%
G = 0%
B = 27.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE004F (or 0xCE004F) is known color: Razzmatazz. HEX triplet: CE, 00 and 4F. RGB value is (206,0,79). Sum of RGB (Red+Green+Blue) = 206+0+79=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE004F is #31FFB0. Grayscale: #464646. Windows color (decimal): -3276721 or 5177550. OLE color: 5177550.

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

Color convert

RGB 206 0 79 -
CMYK 0 1 0.62 0.19
HSL 336.99º 1% 0.4% -
HSV(B) 336.99º 1% 0.81% -
XYZ 26.86 13.69 8.62 -
YUV 70.6 132.75 224.58 -
System Red Green Blue C M Y K H S L
Decimal 206 0 79 0 1 0.62 0.19 336.99 1 0.4
Hex CE 0 4F 0 64 3E 13 151 64 28
Octal 316 0 117 0 144 76 23 521 144 50
Binary 11001110 0 1001111 0 1100100 111110 10011 101010001 1100100 101000

Color Harmonies of #CE004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE004F

Black with #CE004F

Text Example


Text Example

White with #CE004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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