Html Css Color HEX #CE1861 Ruby

📋 copy color: '#CE1861'

red 206 ◦ green 24 ◦ blue 97

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

Shades of Ruby #CE1861

Tints of Ruby #CE1861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 63%
G = 7.34%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE1861 (or 0xCE1861) is known color: Ruby. HEX triplet: CE, 18 and 61. RGB value is (206,24,97). Sum of RGB (Red+Green+Blue) = 206+24+97=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1861 is #31E79E. Grayscale: #565656. Windows color (decimal): -3270559 or 6363342. OLE color: 6363342.

HSL color Cylindrical-coordinate representation of color #CE1861: hue angle of 335.93º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1861 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 24 97 -
CMYK 0 0.88 0.53 0.19
HSL 335.93º 0.79% 0.45% -
HSV(B) 335.93º 0.88% 0.81% -
XYZ 27.94 14.64 12.66 -
YUV 86.74 133.8 213.06 -
System Red Green Blue C M Y K H S L
Decimal 206 24 97 0 0.88 0.53 0.19 335.93 0.79 0.45
Hex CE 18 61 0 58 35 13 150 4F 2D
Octal 316 30 141 0 130 65 23 520 117 55
Binary 11001110 11000 1100001 0 1011000 110101 10011 101010000 1001111 101101

Color Harmonies of #CE1861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1861

Black with #CE1861

Text Example


Text Example

White with #CE1861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1861; }

 p { color: rgb(206,24,97); }

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

background-color css

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

 a { background-color: rgb(206,24,97); }

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

border-color css

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

 span { border-color: rgb(206,24,97); }

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