Html Css Color HEX #CE307B Deep Cerise

📋 copy color: '#CE307B'

red 206 ◦ green 48 ◦ blue 123

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

Shades of Deep Cerise #CE307B

Tints of Deep Cerise #CE307B

RGB

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

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

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

R = 54.64%
G = 12.73%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE307B (or 0xCE307B) is known color: Deep Cerise. HEX triplet: CE, 30 and 7B. RGB value is (206,48,123). Sum of RGB (Red+Green+Blue) = 206+48+123=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE307B is #31CF84. Grayscale: #676767. Windows color (decimal): -3264389 or 8073422. OLE color: 8073422.

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

Color convert

RGB 206 48 123 -
CMYK 0 0.77 0.40 0.19
HSL 331.52º 0.62% 0.5% -
HSV(B) 331.52º 0.77% 0.81% -
XYZ 30.09 16.67 20.37 -
YUV 103.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 206 48 123 0 0.77 0.40 0.19 331.52 0.62 0.5
Hex CE 30 7B 0 4D 28 13 14C 3E 32
Octal 316 60 173 0 115 50 23 514 76 62
Binary 11001110 110000 1111011 0 1001101 101000 10011 101001100 111110 110010

Color Harmonies of #CE307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE307B

Black with #CE307B

Text Example


Text Example

White with #CE307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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