Html Css Color HEX #CE055C Ruby

📋 copy color: '#CE055C'

red 206 ◦ green 5 ◦ blue 92

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

Shades of Ruby #CE055C

Tints of Ruby #CE055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.65%

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

R = 67.99%
G = 1.65%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE055C (or 0xCE055C) is known color: Ruby. HEX triplet: CE, 05 and 5C. RGB value is (206,5,92). Sum of RGB (Red+Green+Blue) = 206+5+92=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE055C is #31FAA3. Grayscale: #4A4A4A. Windows color (decimal): -3275428 or 6030798. OLE color: 6030798.

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

Color convert

RGB 206 5 92 -
CMYK 0 0.98 0.55 0.19
HSL 334.03º 0.95% 0.41% -
HSV(B) 334.03º 0.98% 0.81% -
XYZ 27.44 14 11.38 -
YUV 75.02 137.59 221.43 -
System Red Green Blue C M Y K H S L
Decimal 206 5 92 0 0.98 0.55 0.19 334.03 0.95 0.41
Hex CE 5 5C 0 62 37 13 14E 5F 29
Octal 316 5 134 0 142 67 23 516 137 51
Binary 11001110 101 1011100 0 1100010 110111 10011 101001110 1011111 101001

Color Harmonies of #CE055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE055C

Black with #CE055C

Text Example


Text Example

White with #CE055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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