Html Css Color HEX #CE3470 Cerise

📋 copy color: '#CE3470'

red 206 ◦ green 52 ◦ blue 112

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

Shades of Cerise #CE3470

Tints of Cerise #CE3470

RGB

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

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

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

R = 55.68%
G = 14.05%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE3470 (or 0xCE3470) is known color: Cerise. HEX triplet: CE, 34 and 70. RGB value is (206,52,112). Sum of RGB (Red+Green+Blue) = 206+52+112=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3470 is #31CB8F. Grayscale: #686868. Windows color (decimal): -3263376 or 7353550. OLE color: 7353550.

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

Color convert

RGB 206 52 112 -
CMYK 0 0.75 0.46 0.19
HSL 336.62º 0.61% 0.51% -
HSV(B) 336.62º 0.75% 0.81% -
XYZ 29.61 16.75 17 -
YUV 104.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 206 52 112 0 0.75 0.46 0.19 336.62 0.61 0.51
Hex CE 34 70 0 4B 2E 13 151 3D 33
Octal 316 64 160 0 113 56 23 521 75 63
Binary 11001110 110100 1110000 0 1001011 101110 10011 101010001 111101 110011

Color Harmonies of #CE3470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3470

Black with #CE3470

Text Example


Text Example

White with #CE3470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3470; }

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

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

background-color css

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

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

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

border-color css

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

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

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