Html Css Color HEX #CE3472 Cerise

📋 copy color: '#CE3472'

red 206 ◦ green 52 ◦ blue 114

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

Shades of Cerise #CE3472

Tints of Cerise #CE3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.98%

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 55.38%
G = 13.98%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE3472 (or 0xCE3472) is known color: Cerise. HEX triplet: CE, 34 and 72. RGB value is (206,52,114). Sum of RGB (Red+Green+Blue) = 206+52+114=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3472 is #31CB8D. Grayscale: #696969. Windows color (decimal): -3263374 or 7484622. OLE color: 7484622.

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

Color convert

RGB 206 52 114 -
CMYK 0 0.75 0.45 0.19
HSL 335.84º 0.61% 0.51% -
HSV(B) 335.84º 0.75% 0.81% -
XYZ 29.72 16.79 17.59 -
YUV 105.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 206 52 114 0 0.75 0.45 0.19 335.84 0.61 0.51
Hex CE 34 72 0 4B 2D 13 150 3D 33
Octal 316 64 162 0 113 55 23 520 75 63
Binary 11001110 110100 1110010 0 1001011 101101 10011 101010000 111101 110011

Color Harmonies of #CE3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3472

Black with #CE3472

Text Example


Text Example

White with #CE3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3472; }

 p { color: rgb(206,52,114); }

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

background-color css

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

 a { background-color: rgb(206,52,114); }

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

border-color css

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

 span { border-color: rgb(206,52,114); }

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