Html Css Color HEX #CE3362 Cerise

📋 copy color: '#CE3362'

red 206 ◦ green 51 ◦ blue 98

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

Shades of Cerise #CE3362

Tints of Cerise #CE3362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 58.03%
G = 14.37%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE3362 (or 0xCE3362) is known color: Cerise. HEX triplet: CE, 33 and 62. RGB value is (206,51,98). Sum of RGB (Red+Green+Blue) = 206+51+98=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3362 is #31CC9D. Grayscale: #666666. Windows color (decimal): -3263646 or 6435790. OLE color: 6435790.

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

Color convert

RGB 206 51 98 -
CMYK 0 0.75 0.52 0.19
HSL 341.81º 0.61% 0.5% -
HSV(B) 341.81º 0.75% 0.81% -
XYZ 28.84 16.37 13.2 -
YUV 102.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 206 51 98 0 0.75 0.52 0.19 341.81 0.61 0.5
Hex CE 33 62 0 4B 34 13 156 3D 32
Octal 316 63 142 0 113 64 23 526 75 62
Binary 11001110 110011 1100010 0 1001011 110100 10011 101010110 111101 110010

Color Harmonies of #CE3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3362

Black with #CE3362

Text Example


Text Example

White with #CE3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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