Html Css Color HEX #CE1967 Ruby

📋 copy color: '#CE1967'

red 206 ◦ green 25 ◦ blue 103

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

Shades of Ruby #CE1967

Tints of Ruby #CE1967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.49%

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 61.68%
G = 7.49%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE1967 (or 0xCE1967) is known color: Ruby. HEX triplet: CE, 19 and 67. RGB value is (206,25,103). Sum of RGB (Red+Green+Blue) = 206+25+103=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1967 is #31E698. Grayscale: #575757. Windows color (decimal): -3270297 or 6756814. OLE color: 6756814.

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

Color convert

RGB 206 25 103 -
CMYK 0 0.88 0.50 0.19
HSL 334.14º 0.78% 0.45% -
HSV(B) 334.14º 0.88% 0.81% -
XYZ 28.25 14.8 14.2 -
YUV 88.01 136.47 212.16 -
System Red Green Blue C M Y K H S L
Decimal 206 25 103 0 0.88 0.50 0.19 334.14 0.78 0.45
Hex CE 19 67 0 58 32 13 14E 4E 2D
Octal 316 31 147 0 130 62 23 516 116 55
Binary 11001110 11001 1100111 0 1011000 110010 10011 101001110 1001110 101101

Color Harmonies of #CE1967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1967

Black with #CE1967

Text Example


Text Example

White with #CE1967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1967; }

 p { color: rgb(206,25,103); }

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

background-color css

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

 a { background-color: rgb(206,25,103); }

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

border-color css

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

 span { border-color: rgb(206,25,103); }

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