Html Css Color HEX #CE2F66 Cerise

📋 copy color: '#CE2F66'

red 206 ◦ green 47 ◦ blue 102

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

Shades of Cerise #CE2F66

Tints of Cerise #CE2F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.73%

R = 58.03%
G = 13.24%
B = 28.73%

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

#CE2F66 (or 0xCE2F66) is known color: Cerise. HEX triplet: CE, 2F and 66. RGB value is (206,47,102). Sum of RGB (Red+Green+Blue) = 206+47+102=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F66 is #31D099. Grayscale: #646464. Windows color (decimal): -3264666 or 6696910. OLE color: 6696910.

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

Color convert

RGB 206 47 102 -
CMYK 0 0.77 0.50 0.19
HSL 339.25º 0.63% 0.5% -
HSV(B) 339.25º 0.77% 0.81% -
XYZ 28.87 16.11 14.16 -
YUV 100.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 206 47 102 0 0.77 0.50 0.19 339.25 0.63 0.5
Hex CE 2F 66 0 4D 32 13 153 3F 32
Octal 316 57 146 0 115 62 23 523 77 62
Binary 11001110 101111 1100110 0 1001101 110010 10011 101010011 111111 110010

Color Harmonies of #CE2F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F66

Black with #CE2F66

Text Example


Text Example

White with #CE2F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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