Html Css Color HEX #CE3475 Deep Cerise

📋 copy color: '#CE3475'

red 206 ◦ green 52 ◦ blue 117

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

Shades of Deep Cerise #CE3475

Tints of Deep Cerise #CE3475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 54.93%
G = 13.87%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE3475 (or 0xCE3475) is known color: Deep Cerise. HEX triplet: CE, 34 and 75. RGB value is (206,52,117). Sum of RGB (Red+Green+Blue) = 206+52+117=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3475 is #31CB8A. Grayscale: #696969. Windows color (decimal): -3263371 or 7681230. OLE color: 7681230.

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

Color convert

RGB 206 52 117 -
CMYK 0 0.75 0.43 0.19
HSL 334.68º 0.61% 0.51% -
HSV(B) 334.68º 0.75% 0.81% -
XYZ 29.89 16.86 18.51 -
YUV 105.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 206 52 117 0 0.75 0.43 0.19 334.68 0.61 0.51
Hex CE 34 75 0 4B 2B 13 14F 3D 33
Octal 316 64 165 0 113 53 23 517 75 63
Binary 11001110 110100 1110101 0 1001011 101011 10011 101001111 111101 110011

Color Harmonies of #CE3475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3475

Black with #CE3475

Text Example


Text Example

White with #CE3475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3475; }

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

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

background-color css

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

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

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

border-color css

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

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

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