Html Css Color HEX #CE2F68 Cerise

📋 copy color: '#CE2F68'

red 206 ◦ green 47 ◦ blue 104

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

Shades of Cerise #CE2F68

Tints of Cerise #CE2F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.17%

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 57.7%
G = 13.17%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE2F68 (or 0xCE2F68) is known color: Cerise. HEX triplet: CE, 2F and 68. RGB value is (206,47,104). Sum of RGB (Red+Green+Blue) = 206+47+104=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F68 is #31D097. Grayscale: #646464. Windows color (decimal): -3264664 or 6827982. OLE color: 6827982.

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

Color convert

RGB 206 47 104 -
CMYK 0 0.77 0.50 0.19
HSL 338.49º 0.63% 0.5% -
HSV(B) 338.49º 0.77% 0.81% -
XYZ 28.97 16.15 14.69 -
YUV 101.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 206 47 104 0 0.77 0.50 0.19 338.49 0.63 0.5
Hex CE 2F 68 0 4D 32 13 152 3F 32
Octal 316 57 150 0 115 62 23 522 77 62
Binary 11001110 101111 1101000 0 1001101 110010 10011 101010010 111111 110010

Color Harmonies of #CE2F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F68

Black with #CE2F68

Text Example


Text Example

White with #CE2F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F68; }

 p { color: rgb(206,47,104); }

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

background-color css

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

 a { background-color: rgb(206,47,104); }

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

border-color css

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

 span { border-color: rgb(206,47,104); }

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