Html Css Color HEX #CE3A6E Cerise

📋 copy color: '#CE3A6E'

red 206 ◦ green 58 ◦ blue 110

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

Shades of Cerise #CE3A6E

Tints of Cerise #CE3A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.51%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 55.08%
G = 15.51%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE3A6E (or 0xCE3A6E) is known color: Cerise. HEX triplet: CE, 3A and 6E. RGB value is (206,58,110). Sum of RGB (Red+Green+Blue) = 206+58+110=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A6E is #31C591. Grayscale: #6C6C6C. Windows color (decimal): -3261842 or 7224014. OLE color: 7224014.

HSL color Cylindrical-coordinate representation of color #CE3A6E: hue angle of 338.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A6E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 58 110 -
CMYK 0 0.72 0.47 0.19
HSL 338.92º 0.6% 0.52% -
HSV(B) 338.92º 0.72% 0.81% -
XYZ 29.78 17.27 16.52 -
YUV 108.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 206 58 110 0 0.72 0.47 0.19 338.92 0.6 0.52
Hex CE 3A 6E 0 48 2F 13 153 3C 34
Octal 316 72 156 0 110 57 23 523 74 64
Binary 11001110 111010 1101110 0 1001000 101111 10011 101010011 111100 110100

Color Harmonies of #CE3A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A6E

Black with #CE3A6E

Text Example


Text Example

White with #CE3A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A6E; }

 p { color: rgb(206,58,110); }

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

background-color css

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

 a { background-color: rgb(206,58,110); }

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

border-color css

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

 span { border-color: rgb(206,58,110); }

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