Html Css Color HEX #CE3D6D Cerise

📋 copy color: '#CE3D6D'

red 206 ◦ green 61 ◦ blue 109

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

Shades of Cerise #CE3D6D

Tints of Cerise #CE3D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.22%

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 54.79%
G = 16.22%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE3D6D (or 0xCE3D6D) is known color: Cerise. HEX triplet: CE, 3D and 6D. RGB value is (206,61,109). Sum of RGB (Red+Green+Blue) = 206+61+109=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D6D is #31C292. Grayscale: #6D6D6D. Windows color (decimal): -3261075 or 7159246. OLE color: 7159246.

HSL color Cylindrical-coordinate representation of color #CE3D6D: hue angle of 340.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D6D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 61 109 -
CMYK 0 0.70 0.47 0.19
HSL 340.14º 0.6% 0.52% -
HSV(B) 340.14º 0.7% 0.81% -
XYZ 29.88 17.56 16.28 -
YUV 109.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 206 61 109 0 0.70 0.47 0.19 340.14 0.6 0.52
Hex CE 3D 6D 0 46 2F 13 154 3C 34
Octal 316 75 155 0 106 57 23 524 74 64
Binary 11001110 111101 1101101 0 1000110 101111 10011 101010100 111100 110100

Color Harmonies of #CE3D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D6D

Black with #CE3D6D

Text Example


Text Example

White with #CE3D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D6D; }

 p { color: rgb(206,61,109); }

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

background-color css

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

 a { background-color: rgb(206,61,109); }

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

border-color css

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

 span { border-color: rgb(206,61,109); }

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