Html Css Color HEX #CE196F Ruby

📋 copy color: '#CE196F'

red 206 ◦ green 25 ◦ blue 111

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

Shades of Ruby #CE196F

Tints of Ruby #CE196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 60.23%
G = 7.31%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE196F (or 0xCE196F) is known color: Ruby. HEX triplet: CE, 19 and 6F. RGB value is (206,25,111). Sum of RGB (Red+Green+Blue) = 206+25+111=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE196F is #31E690. Grayscale: #585858. Windows color (decimal): -3270289 or 7281102. OLE color: 7281102.

HSL color Cylindrical-coordinate representation of color #CE196F: hue angle of 331.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE196F is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 25 111 -
CMYK 0 0.88 0.46 0.19
HSL 331.49º 0.78% 0.45% -
HSV(B) 331.49º 0.88% 0.81% -
XYZ 28.67 14.96 16.42 -
YUV 88.92 140.47 211.51 -
System Red Green Blue C M Y K H S L
Decimal 206 25 111 0 0.88 0.46 0.19 331.49 0.78 0.45
Hex CE 19 6F 0 58 2E 13 14B 4E 2D
Octal 316 31 157 0 130 56 23 513 116 55
Binary 11001110 11001 1101111 0 1011000 101110 10011 101001011 1001110 101101

Color Harmonies of #CE196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE196F

Black with #CE196F

Text Example


Text Example

White with #CE196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE196F; }

 p { color: rgb(206,25,111); }

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

background-color css

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

 a { background-color: rgb(206,25,111); }

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

border-color css

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

 span { border-color: rgb(206,25,111); }

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