Html Css Color HEX #CE267B Deep Cerise

📋 copy color: '#CE267B'

red 206 ◦ green 38 ◦ blue 123

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

Shades of Deep Cerise #CE267B

Tints of Deep Cerise #CE267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 56.13%
G = 10.35%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE267B (or 0xCE267B) is known color: Deep Cerise. HEX triplet: CE, 26 and 7B. RGB value is (206,38,123). Sum of RGB (Red+Green+Blue) = 206+38+123=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE267B is #31D984. Grayscale: #616161. Windows color (decimal): -3266949 or 8070862. OLE color: 8070862.

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

Color convert

RGB 206 38 123 -
CMYK 0 0.82 0.40 0.19
HSL 329.64º 0.69% 0.48% -
HSV(B) 329.64º 0.82% 0.81% -
XYZ 29.72 15.94 20.25 -
YUV 97.92 142.16 205.09 -
System Red Green Blue C M Y K H S L
Decimal 206 38 123 0 0.82 0.40 0.19 329.64 0.69 0.48
Hex CE 26 7B 0 52 28 13 14A 45 30
Octal 316 46 173 0 122 50 23 512 105 60
Binary 11001110 100110 1111011 0 1010010 101000 10011 101001010 1000101 110000

Color Harmonies of #CE267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE267B

Black with #CE267B

Text Example


Text Example

White with #CE267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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