Html Css Color HEX #CE015B Razzmatazz

📋 copy color: '#CE015B'

red 206 ◦ green 1 ◦ blue 91

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

Shades of Razzmatazz #CE015B

Tints of Razzmatazz #CE015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 69.13%
G = 0.34%
B = 30.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE015B (or 0xCE015B) is known color: Razzmatazz. HEX triplet: CE, 01 and 5B. RGB value is (206,1,91). Sum of RGB (Red+Green+Blue) = 206+1+91=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE015B is #31FEA4. Grayscale: #484848. Windows color (decimal): -3276453 or 5964238. OLE color: 5964238.

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

Color convert

RGB 206 1 91 -
CMYK 0 1.00 0.56 0.19
HSL 333.66º 0.99% 0.41% -
HSV(B) 333.66º 1% 0.81% -
XYZ 27.35 13.9 11.14 -
YUV 72.56 138.42 223.18 -
System Red Green Blue C M Y K H S L
Decimal 206 1 91 0 1.00 0.56 0.19 333.66 0.99 0.41
Hex CE 1 5B 0 64 38 13 14E 63 29
Octal 316 1 133 0 144 70 23 516 143 51
Binary 11001110 1 1011011 0 1100100 111000 10011 101001110 1100011 101001

Color Harmonies of #CE015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE015B

Black with #CE015B

Text Example


Text Example

White with #CE015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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