Html Css Color HEX #CE3170 Cerise

📋 copy color: '#CE3170'

red 206 ◦ green 49 ◦ blue 112

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

Shades of Cerise #CE3170

Tints of Cerise #CE3170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 56.13%
G = 13.35%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE3170 (or 0xCE3170) is known color: Cerise. HEX triplet: CE, 31 and 70. RGB value is (206,49,112). Sum of RGB (Red+Green+Blue) = 206+49+112=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3170 is #31CE8F. Grayscale: #676767. Windows color (decimal): -3264144 or 7352782. OLE color: 7352782.

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

Color convert

RGB 206 49 112 -
CMYK 0 0.76 0.46 0.19
HSL 335.92º 0.62% 0.5% -
HSV(B) 335.92º 0.76% 0.81% -
XYZ 29.48 16.49 16.96 -
YUV 103.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 206 49 112 0 0.76 0.46 0.19 335.92 0.62 0.5
Hex CE 31 70 0 4C 2E 13 150 3E 32
Octal 316 61 160 0 114 56 23 520 76 62
Binary 11001110 110001 1110000 0 1001100 101110 10011 101010000 111110 110010

Color Harmonies of #CE3170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3170

Black with #CE3170

Text Example


Text Example

White with #CE3170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3170; }

 p { color: rgb(206,49,112); }

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

background-color css

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

 a { background-color: rgb(206,49,112); }

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

border-color css

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

 span { border-color: rgb(206,49,112); }

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