Html Css Color HEX #CE2670 Cerise

📋 copy color: '#CE2670'

red 206 ◦ green 38 ◦ blue 112

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

Shades of Cerise #CE2670

Tints of Cerise #CE2670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.67%

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 57.87%
G = 10.67%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE2670 (or 0xCE2670) is known color: Cerise. HEX triplet: CE, 26 and 70. RGB value is (206,38,112). Sum of RGB (Red+Green+Blue) = 206+38+112=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2670 is #31D98F. Grayscale: #606060. Windows color (decimal): -3266960 or 7349966. OLE color: 7349966.

HSL color Cylindrical-coordinate representation of color #CE2670: hue angle of 333.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2670 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 38 112 -
CMYK 0 0.82 0.46 0.19
HSL 333.57º 0.69% 0.48% -
HSV(B) 333.57º 0.82% 0.81% -
XYZ 29.07 15.68 16.82 -
YUV 96.67 136.66 205.98 -
System Red Green Blue C M Y K H S L
Decimal 206 38 112 0 0.82 0.46 0.19 333.57 0.69 0.48
Hex CE 26 70 0 52 2E 13 14E 45 30
Octal 316 46 160 0 122 56 23 516 105 60
Binary 11001110 100110 1110000 0 1010010 101110 10011 101001110 1000101 110000

Color Harmonies of #CE2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2670

Black with #CE2670

Text Example


Text Example

White with #CE2670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2670; }

 p { color: rgb(206,38,112); }

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

background-color css

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

 a { background-color: rgb(206,38,112); }

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

border-color css

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

 span { border-color: rgb(206,38,112); }

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