Html Css Color HEX #CE375E Cerise

📋 copy color: '#CE375E'

red 206 ◦ green 55 ◦ blue 94

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

Shades of Cerise #CE375E

Tints of Cerise #CE375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 58.03%
G = 15.49%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE375E (or 0xCE375E) is known color: Cerise. HEX triplet: CE, 37 and 5E. RGB value is (206,55,94). Sum of RGB (Red+Green+Blue) = 206+55+94=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE375E is #31C8A1. Grayscale: #686868. Windows color (decimal): -3262626 or 6174670. OLE color: 6174670.

HSL color Cylindrical-coordinate representation of color #CE375E: hue angle of 344.5º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE375E is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 55 94 -
CMYK 0 0.73 0.54 0.19
HSL 344.5º 0.61% 0.51% -
HSV(B) 344.5º 0.73% 0.81% -
XYZ 28.84 16.66 12.29 -
YUV 104.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 206 55 94 0 0.73 0.54 0.19 344.5 0.61 0.51
Hex CE 37 5E 0 49 36 13 159 3D 33
Octal 316 67 136 0 111 66 23 531 75 63
Binary 11001110 110111 1011110 0 1001001 110110 10011 101011001 111101 110011

Color Harmonies of #CE375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE375E

Black with #CE375E

Text Example


Text Example

White with #CE375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE375E; }

 p { color: rgb(206,55,94); }

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

background-color css

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

 a { background-color: rgb(206,55,94); }

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

border-color css

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

 span { border-color: rgb(206,55,94); }

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