Html Css Color HEX #CE216F Cerise

📋 copy color: '#CE216F'

red 206 ◦ green 33 ◦ blue 111

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

Shades of Cerise #CE216F

Tints of Cerise #CE216F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 58.86%
G = 9.43%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE216F (or 0xCE216F) is known color: Cerise. HEX triplet: CE, 21 and 6F. RGB value is (206,33,111). Sum of RGB (Red+Green+Blue) = 206+33+111=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE216F is #31DE90. Grayscale: #5D5D5D. Windows color (decimal): -3268241 or 7283150. OLE color: 7283150.

HSL color Cylindrical-coordinate representation of color #CE216F: hue angle of 332.95º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE216F is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 111 -
CMYK 0 0.84 0.46 0.19
HSL 332.95º 0.72% 0.47% -
HSV(B) 332.95º 0.84% 0.81% -
XYZ 28.87 15.36 16.48 -
YUV 93.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 206 33 111 0 0.84 0.46 0.19 332.95 0.72 0.47
Hex CE 21 6F 0 54 2E 13 14D 48 2F
Octal 316 41 157 0 124 56 23 515 110 57
Binary 11001110 100001 1101111 0 1010100 101110 10011 101001101 1001000 101111

Color Harmonies of #CE216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE216F

Black with #CE216F

Text Example


Text Example

White with #CE216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE216F; }

 p { color: rgb(206,33,111); }

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

background-color css

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

 a { background-color: rgb(206,33,111); }

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

border-color css

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

 span { border-color: rgb(206,33,111); }

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