Html Css Color HEX #CE347D Deep Cerise

📋 copy color: '#CE347D'

red 206 ◦ green 52 ◦ blue 125

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

Shades of Deep Cerise #CE347D

Tints of Deep Cerise #CE347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 53.79%
G = 13.58%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE347D (or 0xCE347D) is known color: Deep Cerise. HEX triplet: CE, 34 and 7D. RGB value is (206,52,125). Sum of RGB (Red+Green+Blue) = 206+52+125=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE347D is #31CB82. Grayscale: #6A6A6A. Windows color (decimal): -3263363 or 8205518. OLE color: 8205518.

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

Color convert

RGB 206 52 125 -
CMYK 0 0.75 0.39 0.19
HSL 331.56º 0.61% 0.51% -
HSV(B) 331.56º 0.75% 0.81% -
XYZ 30.38 17.06 21.09 -
YUV 106.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 206 52 125 0 0.75 0.39 0.19 331.56 0.61 0.51
Hex CE 34 7D 0 4B 27 13 14C 3D 33
Octal 316 64 175 0 113 47 23 514 75 63
Binary 11001110 110100 1111101 0 1001011 100111 10011 101001100 111101 110011

Color Harmonies of #CE347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE347D

Black with #CE347D

Text Example


Text Example

White with #CE347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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