Html Css Color HEX #CE277E Deep Cerise

📋 copy color: '#CE277E'

red 206 ◦ green 39 ◦ blue 126

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

Shades of Deep Cerise #CE277E

Tints of Deep Cerise #CE277E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 55.53%
G = 10.51%
B = 33.96%

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

#CE277E (or 0xCE277E) is known color: Deep Cerise. HEX triplet: CE, 27 and 7E. RGB value is (206,39,126). Sum of RGB (Red+Green+Blue) = 206+39+126=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE277E is #31D881. Grayscale: #626262. Windows color (decimal): -3266690 or 8267726. OLE color: 8267726.

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

Color convert

RGB 206 39 126 -
CMYK 0 0.81 0.39 0.19
HSL 328.74º 0.68% 0.48% -
HSV(B) 328.74º 0.81% 0.81% -
XYZ 29.95 16.08 21.26 -
YUV 98.85 143.33 204.43 -
System Red Green Blue C M Y K H S L
Decimal 206 39 126 0 0.81 0.39 0.19 328.74 0.68 0.48
Hex CE 27 7E 0 51 27 13 149 44 30
Octal 316 47 176 0 121 47 23 511 104 60
Binary 11001110 100111 1111110 0 1010001 100111 10011 101001001 1000100 110000

Color Harmonies of #CE277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE277E

Black with #CE277E

Text Example


Text Example

White with #CE277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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