Html Css Color HEX #CE1F67 Ruby

📋 copy color: '#CE1F67'

red 206 ◦ green 31 ◦ blue 103

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

Shades of Ruby #CE1F67

Tints of Ruby #CE1F67

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.12%

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

R = 60.59%
G = 9.12%
B = 30.29%

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

#CE1F67 (or 0xCE1F67) is known color: Ruby. HEX triplet: CE, 1F and 67. RGB value is (206,31,103). Sum of RGB (Red+Green+Blue) = 206+31+103=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F67 is #31E098. Grayscale: #5B5B5B. Windows color (decimal): -3268761 or 6758350. OLE color: 6758350.

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

Color convert

RGB 206 31 103 -
CMYK 0 0.85 0.50 0.19
HSL 335.31º 0.74% 0.46% -
HSV(B) 335.31º 0.85% 0.81% -
XYZ 28.39 15.08 14.25 -
YUV 91.53 134.48 209.65 -
System Red Green Blue C M Y K H S L
Decimal 206 31 103 0 0.85 0.50 0.19 335.31 0.74 0.46
Hex CE 1F 67 0 55 32 13 14F 4A 2E
Octal 316 37 147 0 125 62 23 517 112 56
Binary 11001110 11111 1100111 0 1010101 110010 10011 101001111 1001010 101110

Color Harmonies of #CE1F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F67

Black with #CE1F67

Text Example


Text Example

White with #CE1F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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