Html Css Color HEX #CE0F63 Ruby

📋 copy color: '#CE0F63'

red 206 ◦ green 15 ◦ blue 99

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

Shades of Ruby #CE0F63

Tints of Ruby #CE0F63

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.69%

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 64.38%
G = 4.69%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE0F63 (or 0xCE0F63) is known color: Ruby. HEX triplet: CE, 0F and 63. RGB value is (206,15,99). Sum of RGB (Red+Green+Blue) = 206+15+99=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0F63 is #31F09C. Grayscale: #515151. Windows color (decimal): -3272861 or 6492110. OLE color: 6492110.

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

Color convert

RGB 206 15 99 -
CMYK 0 0.93 0.52 0.19
HSL 333.61º 0.86% 0.43% -
HSV(B) 333.61º 0.93% 0.81% -
XYZ 27.88 14.36 13.11 -
YUV 81.69 137.78 216.67 -
System Red Green Blue C M Y K H S L
Decimal 206 15 99 0 0.93 0.52 0.19 333.61 0.86 0.43
Hex CE F 63 0 5D 34 13 14E 56 2B
Octal 316 17 143 0 135 64 23 516 126 53
Binary 11001110 1111 1100011 0 1011101 110100 10011 101001110 1010110 101011

Color Harmonies of #CE0F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F63

Black with #CE0F63

Text Example


Text Example

White with #CE0F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F63; }

 p { color: rgb(206,15,99); }

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

background-color css

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

 a { background-color: rgb(206,15,99); }

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

border-color css

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

 span { border-color: rgb(206,15,99); }

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