Html Css Color HEX #CE125C Ruby

📋 copy color: '#CE125C'

red 206 ◦ green 18 ◦ blue 92

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

Shades of Ruby #CE125C

Tints of Ruby #CE125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 65.19%
G = 5.7%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE125C (or 0xCE125C) is known color: Ruby. HEX triplet: CE, 12 and 5C. RGB value is (206,18,92). Sum of RGB (Red+Green+Blue) = 206+18+92=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE125C is #31EDA3. Grayscale: #525252. Windows color (decimal): -3272100 or 6034126. OLE color: 6034126.

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

Color convert

RGB 206 18 92 -
CMYK 0 0.91 0.55 0.19
HSL 336.38º 0.84% 0.44% -
HSV(B) 336.38º 0.91% 0.81% -
XYZ 27.6 14.33 11.44 -
YUV 82.65 133.28 215.98 -
System Red Green Blue C M Y K H S L
Decimal 206 18 92 0 0.91 0.55 0.19 336.38 0.84 0.44
Hex CE 12 5C 0 5B 37 13 150 54 2C
Octal 316 22 134 0 133 67 23 520 124 54
Binary 11001110 10010 1011100 0 1011011 110111 10011 101010000 1010100 101100

Color Harmonies of #CE125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE125C

Black with #CE125C

Text Example


Text Example

White with #CE125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE125C; }

 p { color: rgb(206,18,92); }

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

background-color css

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

 a { background-color: rgb(206,18,92); }

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

border-color css

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

 span { border-color: rgb(206,18,92); }

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