Html Css Color HEX #CE0061 Razzmatazz

📋 copy color: '#CE0061'

red 206 ◦ green 0 ◦ blue 97

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

Shades of Razzmatazz #CE0061

Tints of Razzmatazz #CE0061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 67.99%
G = 0%
B = 32.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE0061 (or 0xCE0061) is known color: Razzmatazz. HEX triplet: CE, 00 and 61. RGB value is (206,0,97). Sum of RGB (Red+Green+Blue) = 206+0+97=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0061 is #31FF9E. Grayscale: #484848. Windows color (decimal): -3276703 or 6357198. OLE color: 6357198.

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

Color convert

RGB 206 0 97 -
CMYK 0 1 0.53 0.19
HSL 331.75º 1% 0.4% -
HSV(B) 331.75º 1% 0.81% -
XYZ 27.61 13.98 12.55 -
YUV 72.65 141.75 223.11 -
System Red Green Blue C M Y K H S L
Decimal 206 0 97 0 1 0.53 0.19 331.75 1 0.4
Hex CE 0 61 0 64 35 13 14C 64 28
Octal 316 0 141 0 144 65 23 514 144 50
Binary 11001110 0 1100001 0 1100100 110101 10011 101001100 1100100 101000

Color Harmonies of #CE0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0061

Black with #CE0061

Text Example


Text Example

White with #CE0061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0061; }

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

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

background-color css

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

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

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

border-color css

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

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

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