Html Css Color HEX #CE216D Cerise

📋 copy color: '#CE216D'

red 206 ◦ green 33 ◦ blue 109

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

Shades of Cerise #CE216D

Tints of Cerise #CE216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 59.2%
G = 9.48%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE216D (or 0xCE216D) is known color: Cerise. HEX triplet: CE, 21 and 6D. RGB value is (206,33,109). Sum of RGB (Red+Green+Blue) = 206+33+109=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE216D is #31DE92. Grayscale: #5D5D5D. Windows color (decimal): -3268243 or 7152078. OLE color: 7152078.

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

Color convert

RGB 206 33 109 -
CMYK 0 0.84 0.47 0.19
HSL 333.64º 0.72% 0.47% -
HSV(B) 333.64º 0.84% 0.81% -
XYZ 28.76 15.31 15.91 -
YUV 93.39 136.81 208.32 -
System Red Green Blue C M Y K H S L
Decimal 206 33 109 0 0.84 0.47 0.19 333.64 0.72 0.47
Hex CE 21 6D 0 54 2F 13 14E 48 2F
Octal 316 41 155 0 124 57 23 516 110 57
Binary 11001110 100001 1101101 0 1010100 101111 10011 101001110 1001000 101111

Color Harmonies of #CE216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE216D

Black with #CE216D

Text Example


Text Example

White with #CE216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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