Html Css Color HEX #CE025F Razzmatazz

📋 copy color: '#CE025F'

red 206 ◦ green 2 ◦ blue 95

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

Shades of Razzmatazz #CE025F

Tints of Razzmatazz #CE025F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 67.99%
G = 0.66%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE025F (or 0xCE025F) is known color: Razzmatazz. HEX triplet: CE, 02 and 5F. RGB value is (206,2,95). Sum of RGB (Red+Green+Blue) = 206+2+95=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE025F is #31FDA0. Grayscale: #494949. Windows color (decimal): -3276193 or 6226638. OLE color: 6226638.

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

Color convert

RGB 206 2 95 -
CMYK 0 0.99 0.54 0.19
HSL 332.65º 0.98% 0.41% -
HSV(B) 332.65º 0.99% 0.81% -
XYZ 27.54 13.99 12.08 -
YUV 73.6 140.09 222.44 -
System Red Green Blue C M Y K H S L
Decimal 206 2 95 0 0.99 0.54 0.19 332.65 0.98 0.41
Hex CE 2 5F 0 63 36 13 14D 62 29
Octal 316 2 137 0 143 66 23 515 142 51
Binary 11001110 10 1011111 0 1100011 110110 10011 101001101 1100010 101001

Color Harmonies of #CE025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE025F

Black with #CE025F

Text Example


Text Example

White with #CE025F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE025F; }

 p { color: rgb(206,2,95); }

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

background-color css

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

 a { background-color: rgb(206,2,95); }

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

border-color css

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

 span { border-color: rgb(206,2,95); }

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