Html Css Color HEX #CE347F Deep Cerise

📋 copy color: '#CE347F'

red 206 ◦ green 52 ◦ blue 127

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

Shades of Deep Cerise #CE347F

Tints of Deep Cerise #CE347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 53.51%
G = 13.51%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE347F (or 0xCE347F) is known color: Deep Cerise. HEX triplet: CE, 34 and 7F. RGB value is (206,52,127). Sum of RGB (Red+Green+Blue) = 206+52+127=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE347F is #31CB80. Grayscale: #6A6A6A. Windows color (decimal): -3263361 or 8336590. OLE color: 8336590.

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

Color convert

RGB 206 52 127 -
CMYK 0 0.75 0.38 0.19
HSL 330.78º 0.61% 0.51% -
HSV(B) 330.78º 0.75% 0.81% -
XYZ 30.51 17.11 21.77 -
YUV 106.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 206 52 127 0 0.75 0.38 0.19 330.78 0.61 0.51
Hex CE 34 7F 0 4B 26 13 14B 3D 33
Octal 316 64 177 0 113 46 23 513 75 63
Binary 11001110 110100 1111111 0 1001011 100110 10011 101001011 111101 110011

Color Harmonies of #CE347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE347F

Black with #CE347F

Text Example


Text Example

White with #CE347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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