Html Css Color HEX #CE2E6C Cerise

📋 copy color: '#CE2E6C'

red 206 ◦ green 46 ◦ blue 108

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

Shades of Cerise #CE2E6C

Tints of Cerise #CE2E6C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.78%

 BLUE value IS 108 (42.58% from 255) = 30%

R = 57.22%
G = 12.78%
B = 30%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE2E6C (or 0xCE2E6C) is known color: Cerise. HEX triplet: CE, 2E and 6C. RGB value is (206,46,108). Sum of RGB (Red+Green+Blue) = 206+46+108=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E6C is #31D193. Grayscale: #646464. Windows color (decimal): -3264916 or 7089870. OLE color: 7089870.

HSL color Cylindrical-coordinate representation of color #CE2E6C: hue angle of 336.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E6C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 46 108 -
CMYK 0 0.78 0.48 0.19
HSL 336.75º 0.63% 0.49% -
HSV(B) 336.75º 0.78% 0.81% -
XYZ 29.14 16.16 15.77 -
YUV 100.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 206 46 108 0 0.78 0.48 0.19 336.75 0.63 0.49
Hex CE 2E 6C 0 4E 30 13 151 3F 31
Octal 316 56 154 0 116 60 23 521 77 61
Binary 11001110 101110 1101100 0 1001110 110000 10011 101010001 111111 110001

Color Harmonies of #CE2E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E6C

Black with #CE2E6C

Text Example


Text Example

White with #CE2E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E6C; }

 p { color: rgb(206,46,108); }

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

background-color css

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

 a { background-color: rgb(206,46,108); }

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

border-color css

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

 span { border-color: rgb(206,46,108); }

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