Html Css Color HEX #CE348C Deep Cerise

📋 copy color: '#CE348C'

red 206 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #CE348C

Tints of Deep Cerise #CE348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 51.76%
G = 13.07%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE348C (or 0xCE348C) is known color: Deep Cerise. HEX triplet: CE, 34 and 8C. RGB value is (206,52,140). Sum of RGB (Red+Green+Blue) = 206+52+140=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE348C is #31CB73. Grayscale: #6B6B6B. Windows color (decimal): -3263348 or 9188558. OLE color: 9188558.

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

Color convert

RGB 206 52 140 -
CMYK 0 0.75 0.32 0.19
HSL 325.71º 0.61% 0.51% -
HSV(B) 325.71º 0.75% 0.81% -
XYZ 31.42 17.47 26.53 -
YUV 108.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 206 52 140 0 0.75 0.32 0.19 325.71 0.61 0.51
Hex CE 34 8C 0 4B 20 13 146 3D 33
Octal 316 64 214 0 113 40 23 506 75 63
Binary 11001110 110100 10001100 0 1001011 100000 10011 101000110 111101 110011

Color Harmonies of #CE348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE348C

Black with #CE348C

Text Example


Text Example

White with #CE348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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