Html Css Color HEX #CE335D Cerise

📋 copy color: '#CE335D'

red 206 ◦ green 51 ◦ blue 93

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

Shades of Cerise #CE335D

Tints of Cerise #CE335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 58.86%
G = 14.57%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE335D (or 0xCE335D) is known color: Cerise. HEX triplet: CE, 33 and 5D. RGB value is (206,51,93). Sum of RGB (Red+Green+Blue) = 206+51+93=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE335D is #31CCA2. Grayscale: #666666. Windows color (decimal): -3263651 or 6108110. OLE color: 6108110.

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

Color convert

RGB 206 51 93 -
CMYK 0 0.75 0.55 0.19
HSL 343.74º 0.61% 0.5% -
HSV(B) 343.74º 0.75% 0.81% -
XYZ 28.61 16.28 11.99 -
YUV 102.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 206 51 93 0 0.75 0.55 0.19 343.74 0.61 0.5
Hex CE 33 5D 0 4B 37 13 158 3D 32
Octal 316 63 135 0 113 67 23 530 75 62
Binary 11001110 110011 1011101 0 1001011 110111 10011 101011000 111101 110010

Color Harmonies of #CE335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE335D

Black with #CE335D

Text Example


Text Example

White with #CE335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE335D; }

 p { color: rgb(206,51,93); }

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

background-color css

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

 a { background-color: rgb(206,51,93); }

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

border-color css

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

 span { border-color: rgb(206,51,93); }

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