Html Css Color HEX #C9016B Ruby

📋 copy color: '#C9016B'

red 201 ◦ green 1 ◦ blue 107

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

Shades of Ruby #C9016B

Tints of Ruby #C9016B

RGB

 RED value IS 201 (78.91% from 255) = 65.05%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 65.05%
G = 0.32%
B = 34.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9016B (or 0xC9016B) is known color: Ruby. HEX triplet: C9, 01 and 6B. RGB value is (201,1,107). Sum of RGB (Red+Green+Blue) = 201+1+107=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C9016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9016B is #36FE94. Grayscale: #484848. Windows color (decimal): -3604117 or 7012809. OLE color: 7012809.

HSL color Cylindrical-coordinate representation of color #C9016B: hue angle of 328.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9016B is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 107 -
CMYK 0 1.00 0.47 0.21
HSL 328.2º 0.99% 0.4% -
HSV(B) 328.2º 1% 0.79% -
XYZ 26.75 13.5 15.11 -
YUV 72.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 201 1 107 0 1.00 0.47 0.21 328.2 0.99 0.4
Hex C9 1 6B 0 64 2F 15 148 63 28
Octal 311 1 153 0 144 57 25 510 143 50
Binary 11001001 1 1101011 0 1100100 101111 10101 101001000 1100011 101000

Color Harmonies of #C9016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9016B

Black with #C9016B

Text Example


Text Example

White with #C9016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9016B; }

 p { color: rgb(201,1,107); }

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

background-color css

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

 a { background-color: rgb(201,1,107); }

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

border-color css

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

 span { border-color: rgb(201,1,107); }

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