Html Css Color HEX #CE348A Deep Cerise

📋 copy color: '#CE348A'

red 206 ◦ green 52 ◦ blue 138

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

Shades of Deep Cerise #CE348A

Tints of Deep Cerise #CE348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 52.02%
G = 13.13%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE348A (or 0xCE348A) is known color: Deep Cerise. HEX triplet: CE, 34 and 8A. RGB value is (206,52,138). Sum of RGB (Red+Green+Blue) = 206+52+138=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE348A is #31CB75. Grayscale: #6B6B6B. Windows color (decimal): -3263350 or 9057486. OLE color: 9057486.

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

Color convert

RGB 206 52 138 -
CMYK 0 0.75 0.33 0.19
HSL 326.49º 0.61% 0.51% -
HSV(B) 326.49º 0.75% 0.81% -
XYZ 31.27 17.41 25.76 -
YUV 107.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 206 52 138 0 0.75 0.33 0.19 326.49 0.61 0.51
Hex CE 34 8A 0 4B 21 13 146 3D 33
Octal 316 64 212 0 113 41 23 506 75 63
Binary 11001110 110100 10001010 0 1001011 100001 10011 101000110 111101 110011

Color Harmonies of #CE348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE348A

Black with #CE348A

Text Example


Text Example

White with #CE348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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