Html Css Color HEX #CE074E Razzmatazz

📋 copy color: '#CE074E'

red 206 ◦ green 7 ◦ blue 78

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

Shades of Razzmatazz #CE074E

Tints of Razzmatazz #CE074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 70.79%
G = 2.41%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE074E (or 0xCE074E) is known color: Razzmatazz. HEX triplet: CE, 07 and 4E. RGB value is (206,7,78). Sum of RGB (Red+Green+Blue) = 206+7+78=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE074E is #31F8B1. Grayscale: #4A4A4A. Windows color (decimal): -3274930 or 5113806. OLE color: 5113806.

HSL color Cylindrical-coordinate representation of color #CE074E: hue angle of 338.59º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE074E is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 7 78 -
CMYK 0 0.97 0.62 0.19
HSL 338.59º 0.93% 0.42% -
HSV(B) 338.59º 0.97% 0.81% -
XYZ 26.9 13.82 8.46 -
YUV 74.6 129.93 221.73 -
System Red Green Blue C M Y K H S L
Decimal 206 7 78 0 0.97 0.62 0.19 338.59 0.93 0.42
Hex CE 7 4E 0 61 3E 13 153 5D 2A
Octal 316 7 116 0 141 76 23 523 135 52
Binary 11001110 111 1001110 0 1100001 111110 10011 101010011 1011101 101010

Color Harmonies of #CE074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE074E

Black with #CE074E

Text Example


Text Example

White with #CE074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE074E; }

 p { color: rgb(206,7,78); }

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

background-color css

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

 a { background-color: rgb(206,7,78); }

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

border-color css

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

 span { border-color: rgb(206,7,78); }

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