Html Css Color HEX #CE2065 Ruby

📋 copy color: '#CE2065'

red 206 ◦ green 32 ◦ blue 101

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

Shades of Ruby #CE2065

Tints of Ruby #CE2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.44%

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 60.77%
G = 9.44%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE2065 (or 0xCE2065) is known color: Ruby. HEX triplet: CE, 20 and 65. RGB value is (206,32,101). Sum of RGB (Red+Green+Blue) = 206+32+101=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2065 is #31DF9A. Grayscale: #5B5B5B. Windows color (decimal): -3268507 or 6627534. OLE color: 6627534.

HSL color Cylindrical-coordinate representation of color #CE2065: hue angle of 336.21º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2065 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 101 -
CMYK 0 0.84 0.51 0.19
HSL 336.21º 0.73% 0.47% -
HSV(B) 336.21º 0.84% 0.81% -
XYZ 28.32 15.09 13.73 -
YUV 91.89 133.15 209.39 -
System Red Green Blue C M Y K H S L
Decimal 206 32 101 0 0.84 0.51 0.19 336.21 0.73 0.47
Hex CE 20 65 0 54 33 13 150 49 2F
Octal 316 40 145 0 124 63 23 520 111 57
Binary 11001110 100000 1100101 0 1010100 110011 10011 101010000 1001001 101111

Color Harmonies of #CE2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2065

Black with #CE2065

Text Example


Text Example

White with #CE2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2065; }

 p { color: rgb(206,32,101); }

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

background-color css

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

 a { background-color: rgb(206,32,101); }

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

border-color css

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

 span { border-color: rgb(206,32,101); }

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