Html Css Color HEX #CE268A Deep Cerise

📋 copy color: '#CE268A'

red 206 ◦ green 38 ◦ blue 138

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

Shades of Deep Cerise #CE268A

Tints of Deep Cerise #CE268A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.95%

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

R = 53.93%
G = 9.95%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE268A (or 0xCE268A) is known color: Deep Cerise. HEX triplet: CE, 26 and 8A. RGB value is (206,38,138). Sum of RGB (Red+Green+Blue) = 206+38+138=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE268A is #31D975. Grayscale: #636363. Windows color (decimal): -3266934 or 9053902. OLE color: 9053902.

HSL color Cylindrical-coordinate representation of color #CE268A: hue angle of 324.29º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE268A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 38 138 -
CMYK 0 0.82 0.33 0.19
HSL 324.29º 0.69% 0.48% -
HSV(B) 324.29º 0.82% 0.81% -
XYZ 30.73 16.34 25.58 -
YUV 99.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 206 38 138 0 0.82 0.33 0.19 324.29 0.69 0.48
Hex CE 26 8A 0 52 21 13 144 45 30
Octal 316 46 212 0 122 41 23 504 105 60
Binary 11001110 100110 10001010 0 1010010 100001 10011 101000100 1000101 110000

Color Harmonies of #CE268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE268A

Black with #CE268A

Text Example


Text Example

White with #CE268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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