Html Css Color HEX #CE335E Cerise

📋 copy color: '#CE335E'

red 206 ◦ green 51 ◦ blue 94

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

Shades of Cerise #CE335E

Tints of Cerise #CE335E

RGB

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

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

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

R = 58.69%
G = 14.53%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE335E (or 0xCE335E) is known color: Cerise. HEX triplet: CE, 33 and 5E. RGB value is (206,51,94). Sum of RGB (Red+Green+Blue) = 206+51+94=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE335E is #31CCA1. Grayscale: #666666. Windows color (decimal): -3263650 or 6173646. OLE color: 6173646.

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

Color convert

RGB 206 51 94 -
CMYK 0 0.75 0.54 0.19
HSL 343.35º 0.61% 0.5% -
HSV(B) 343.35º 0.75% 0.81% -
XYZ 28.66 16.3 12.23 -
YUV 102.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 206 51 94 0 0.75 0.54 0.19 343.35 0.61 0.5
Hex CE 33 5E 0 4B 36 13 157 3D 32
Octal 316 63 136 0 113 66 23 527 75 62
Binary 11001110 110011 1011110 0 1001011 110110 10011 101010111 111101 110010

Color Harmonies of #CE335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE335E

Black with #CE335E

Text Example


Text Example

White with #CE335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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