Html Css Color HEX #CE245C Cerise

📋 copy color: '#CE245C'

red 206 ◦ green 36 ◦ blue 92

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

Shades of Cerise #CE245C

Tints of Cerise #CE245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.78%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 61.68%
G = 10.78%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE245C (or 0xCE245C) is known color: Cerise. HEX triplet: CE, 24 and 5C. RGB value is (206,36,92). Sum of RGB (Red+Green+Blue) = 206+36+92=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE245C is #31DBA3. Grayscale: #5D5D5D. Windows color (decimal): -3267492 or 6038734. OLE color: 6038734.

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

Color convert

RGB 206 36 92 -
CMYK 0 0.83 0.55 0.19
HSL 340.24º 0.7% 0.47% -
HSV(B) 340.24º 0.83% 0.81% -
XYZ 28.02 15.16 11.57 -
YUV 93.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 206 36 92 0 0.83 0.55 0.19 340.24 0.7 0.47
Hex CE 24 5C 0 53 37 13 154 46 2F
Octal 316 44 134 0 123 67 23 524 106 57
Binary 11001110 100100 1011100 0 1010011 110111 10011 101010100 1000110 101111

Color Harmonies of #CE245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE245C

Black with #CE245C

Text Example


Text Example

White with #CE245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE245C; }

 p { color: rgb(206,36,92); }

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

background-color css

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

 a { background-color: rgb(206,36,92); }

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

border-color css

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

 span { border-color: rgb(206,36,92); }

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