Html Css Color HEX #CE307D Deep Cerise

📋 copy color: '#CE307D'

red 206 ◦ green 48 ◦ blue 125

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

Shades of Deep Cerise #CE307D

Tints of Deep Cerise #CE307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.66%

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

R = 54.35%
G = 12.66%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE307D (or 0xCE307D) is known color: Deep Cerise. HEX triplet: CE, 30 and 7D. RGB value is (206,48,125). Sum of RGB (Red+Green+Blue) = 206+48+125=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE307D is #31CF82. Grayscale: #676767. Windows color (decimal): -3264387 or 8204494. OLE color: 8204494.

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

Color convert

RGB 206 48 125 -
CMYK 0 0.77 0.39 0.19
HSL 330.76º 0.62% 0.5% -
HSV(B) 330.76º 0.77% 0.81% -
XYZ 30.21 16.72 21.04 -
YUV 104.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 206 48 125 0 0.77 0.39 0.19 330.76 0.62 0.5
Hex CE 30 7D 0 4D 27 13 14B 3E 32
Octal 316 60 175 0 115 47 23 513 76 62
Binary 11001110 110000 1111101 0 1001101 100111 10011 101001011 111110 110010

Color Harmonies of #CE307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE307D

Black with #CE307D

Text Example


Text Example

White with #CE307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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