Html Css Color HEX #CE3478 Deep Cerise

📋 copy color: '#CE3478'

red 206 ◦ green 52 ◦ blue 120

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

Shades of Deep Cerise #CE3478

Tints of Deep Cerise #CE3478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 54.5%
G = 13.76%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE3478 (or 0xCE3478) is known color: Deep Cerise. HEX triplet: CE, 34 and 78. RGB value is (206,52,120). Sum of RGB (Red+Green+Blue) = 206+52+120=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3478 is #31CB87. Grayscale: #696969. Windows color (decimal): -3263368 or 7877838. OLE color: 7877838.

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

Color convert

RGB 206 52 120 -
CMYK 0 0.75 0.42 0.19
HSL 333.51º 0.61% 0.51% -
HSV(B) 333.51º 0.75% 0.81% -
XYZ 30.07 16.93 19.45 -
YUV 105.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 206 52 120 0 0.75 0.42 0.19 333.51 0.61 0.51
Hex CE 34 78 0 4B 2A 13 14E 3D 33
Octal 316 64 170 0 113 52 23 516 75 63
Binary 11001110 110100 1111000 0 1001011 101010 10011 101001110 111101 110011

Color Harmonies of #CE3478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3478

Black with #CE3478

Text Example


Text Example

White with #CE3478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3478; }

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

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

background-color css

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

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

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

border-color css

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

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

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