Html Css Color HEX #CE277D Deep Cerise

📋 copy color: '#CE277D'

red 206 ◦ green 39 ◦ blue 125

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

Shades of Deep Cerise #CE277D

Tints of Deep Cerise #CE277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.54%

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

R = 55.68%
G = 10.54%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE277D (or 0xCE277D) is known color: Deep Cerise. HEX triplet: CE, 27 and 7D. RGB value is (206,39,125). Sum of RGB (Red+Green+Blue) = 206+39+125=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE277D is #31D882. Grayscale: #626262. Windows color (decimal): -3266691 or 8202190. OLE color: 8202190.

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

Color convert

RGB 206 39 125 -
CMYK 0 0.81 0.39 0.19
HSL 329.1º 0.68% 0.48% -
HSV(B) 329.1º 0.81% 0.81% -
XYZ 29.88 16.05 20.93 -
YUV 98.74 142.83 204.51 -
System Red Green Blue C M Y K H S L
Decimal 206 39 125 0 0.81 0.39 0.19 329.1 0.68 0.48
Hex CE 27 7D 0 51 27 13 149 44 30
Octal 316 47 175 0 121 47 23 511 104 60
Binary 11001110 100111 1111101 0 1010001 100111 10011 101001001 1000100 110000

Color Harmonies of #CE277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE277D

Black with #CE277D

Text Example


Text Example

White with #CE277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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