Html Css Color HEX #CE375F Cerise

📋 copy color: '#CE375F'

red 206 ◦ green 55 ◦ blue 95

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

Shades of Cerise #CE375F

Tints of Cerise #CE375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 57.87%
G = 15.45%
B = 26.69%

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

#CE375F (or 0xCE375F) is known color: Cerise. HEX triplet: CE, 37 and 5F. RGB value is (206,55,95). Sum of RGB (Red+Green+Blue) = 206+55+95=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE375F is #31C8A0. Grayscale: #686868. Windows color (decimal): -3262625 or 6240206. OLE color: 6240206.

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

Color convert

RGB 206 55 95 -
CMYK 0 0.73 0.54 0.19
HSL 344.11º 0.61% 0.51% -
HSV(B) 344.11º 0.73% 0.81% -
XYZ 28.89 16.68 12.52 -
YUV 104.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 206 55 95 0 0.73 0.54 0.19 344.11 0.61 0.51
Hex CE 37 5F 0 49 36 13 158 3D 33
Octal 316 67 137 0 111 66 23 530 75 63
Binary 11001110 110111 1011111 0 1001001 110110 10011 101011000 111101 110011

Color Harmonies of #CE375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE375F

Black with #CE375F

Text Example


Text Example

White with #CE375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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