Html Css Color HEX #CE2D6C Cerise

📋 copy color: '#CE2D6C'

red 206 ◦ green 45 ◦ blue 108

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

Shades of Cerise #CE2D6C

Tints of Cerise #CE2D6C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.53%

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

R = 57.38%
G = 12.53%
B = 30.08%

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

#CE2D6C (or 0xCE2D6C) is known color: Cerise. HEX triplet: CE, 2D and 6C. RGB value is (206,45,108). Sum of RGB (Red+Green+Blue) = 206+45+108=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D6C is #31D293. Grayscale: #646464. Windows color (decimal): -3265172 or 7089614. OLE color: 7089614.

HSL color Cylindrical-coordinate representation of color #CE2D6C: hue angle of 336.52º degrees, saturation: 0.64, 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 #CE2D6C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 108 -
CMYK 0 0.78 0.48 0.19
HSL 336.52º 0.64% 0.49% -
HSV(B) 336.52º 0.78% 0.81% -
XYZ 29.1 16.08 15.76 -
YUV 100.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 206 45 108 0 0.78 0.48 0.19 336.52 0.64 0.49
Hex CE 2D 6C 0 4E 30 13 151 40 31
Octal 316 55 154 0 116 60 23 521 100 61
Binary 11001110 101101 1101100 0 1001110 110000 10011 101010001 1000000 110001

Color Harmonies of #CE2D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D6C

Black with #CE2D6C

Text Example


Text Example

White with #CE2D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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