Html Css Color HEX #CE216A Cerise

📋 copy color: '#CE216A'

red 206 ◦ green 33 ◦ blue 106

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

Shades of Cerise #CE216A

Tints of Cerise #CE216A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 59.71%
G = 9.57%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE216A (or 0xCE216A) is known color: Cerise. HEX triplet: CE, 21 and 6A. RGB value is (206,33,106). Sum of RGB (Red+Green+Blue) = 206+33+106=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE216A is #31DE95. Grayscale: #5C5C5C. Windows color (decimal): -3268246 or 6955470. OLE color: 6955470.

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

Color convert

RGB 206 33 106 -
CMYK 0 0.84 0.49 0.19
HSL 334.68º 0.72% 0.47% -
HSV(B) 334.68º 0.84% 0.81% -
XYZ 28.6 15.25 15.07 -
YUV 93.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 206 33 106 0 0.84 0.49 0.19 334.68 0.72 0.47
Hex CE 21 6A 0 54 31 13 14F 48 2F
Octal 316 41 152 0 124 61 23 517 110 57
Binary 11001110 100001 1101010 0 1010100 110001 10011 101001111 1001000 101111

Color Harmonies of #CE216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE216A

Black with #CE216A

Text Example


Text Example

White with #CE216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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