Html Css Color HEX #CE347A Deep Cerise

📋 copy color: '#CE347A'

red 206 ◦ green 52 ◦ blue 122

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

Shades of Deep Cerise #CE347A

Tints of Deep Cerise #CE347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 54.21%
G = 13.68%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE347A (or 0xCE347A) is known color: Deep Cerise. HEX triplet: CE, 34 and 7A. RGB value is (206,52,122). Sum of RGB (Red+Green+Blue) = 206+52+122=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE347A is #31CB85. Grayscale: #696969. Windows color (decimal): -3263366 or 8008910. OLE color: 8008910.

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

Color convert

RGB 206 52 122 -
CMYK 0 0.75 0.41 0.19
HSL 332.73º 0.61% 0.51% -
HSV(B) 332.73º 0.75% 0.81% -
XYZ 30.19 16.98 20.1 -
YUV 106.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 206 52 122 0 0.75 0.41 0.19 332.73 0.61 0.51
Hex CE 34 7A 0 4B 29 13 14D 3D 33
Octal 316 64 172 0 113 51 23 515 75 63
Binary 11001110 110100 1111010 0 1001011 101001 10011 101001101 111101 110011

Color Harmonies of #CE347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE347A

Black with #CE347A

Text Example


Text Example

White with #CE347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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