Html Css Color HEX #CE1E67 Ruby

📋 copy color: '#CE1E67'

red 206 ◦ green 30 ◦ blue 103

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

Shades of Ruby #CE1E67

Tints of Ruby #CE1E67

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.85%

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

R = 60.77%
G = 8.85%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE1E67 (or 0xCE1E67) is known color: Ruby. HEX triplet: CE, 1E and 67. RGB value is (206,30,103). Sum of RGB (Red+Green+Blue) = 206+30+103=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E67 is #31E198. Grayscale: #5A5A5A. Windows color (decimal): -3269017 or 6758094. OLE color: 6758094.

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

Color convert

RGB 206 30 103 -
CMYK 0 0.85 0.50 0.19
HSL 335.11º 0.75% 0.46% -
HSV(B) 335.11º 0.85% 0.81% -
XYZ 28.37 15.03 14.24 -
YUV 90.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 206 30 103 0 0.85 0.50 0.19 335.11 0.75 0.46
Hex CE 1E 67 0 55 32 13 14F 4B 2E
Octal 316 36 147 0 125 62 23 517 113 56
Binary 11001110 11110 1100111 0 1010101 110010 10011 101001111 1001011 101110

Color Harmonies of #CE1E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E67

Black with #CE1E67

Text Example


Text Example

White with #CE1E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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