Html Css Color HEX #CE015D Razzmatazz

📋 copy color: '#CE015D'

red 206 ◦ green 1 ◦ blue 93

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

Shades of Razzmatazz #CE015D

Tints of Razzmatazz #CE015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 93 (36.72% from 255) = 31%

R = 68.67%
G = 0.33%
B = 31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE015D (or 0xCE015D) is known color: Razzmatazz. HEX triplet: CE, 01 and 5D. RGB value is (206,1,93). Sum of RGB (Red+Green+Blue) = 206+1+93=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE015D is #31FEA2. Grayscale: #484848. Windows color (decimal): -3276451 or 6095310. OLE color: 6095310.

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

Color convert

RGB 206 1 93 -
CMYK 0 1.00 0.55 0.19
HSL 333.07º 0.99% 0.41% -
HSV(B) 333.07º 1% 0.81% -
XYZ 27.44 13.93 11.6 -
YUV 72.78 139.42 223.02 -
System Red Green Blue C M Y K H S L
Decimal 206 1 93 0 1.00 0.55 0.19 333.07 0.99 0.41
Hex CE 1 5D 0 64 37 13 14D 63 29
Octal 316 1 135 0 144 67 23 515 143 51
Binary 11001110 1 1011101 0 1100100 110111 10011 101001101 1100011 101001

Color Harmonies of #CE015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE015D

Black with #CE015D

Text Example


Text Example

White with #CE015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE015D; }

 p { color: rgb(206,1,93); }

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

background-color css

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

 a { background-color: rgb(206,1,93); }

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

border-color css

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

 span { border-color: rgb(206,1,93); }

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