Html Css Color HEX #C91F6A Ruby

📋 copy color: '#C91F6A'

red 201 ◦ green 31 ◦ blue 106

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

Shades of Ruby #C91F6A

Tints of Ruby #C91F6A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 59.47%
G = 9.17%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C91F6A (or 0xC91F6A) is known color: Ruby. HEX triplet: C9, 1F and 6A. RGB value is (201,31,106). Sum of RGB (Red+Green+Blue) = 201+31+106=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91F6A is #36E095. Grayscale: #5A5A5A. Windows color (decimal): -3596438 or 6954953. OLE color: 6954953.

HSL color Cylindrical-coordinate representation of color #C91F6A: hue angle of 333.53º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91F6A is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 31 106 -
CMYK 0 0.85 0.47 0.21
HSL 333.53º 0.73% 0.45% -
HSV(B) 333.53º 0.85% 0.79% -
XYZ 27.18 14.44 14.99 -
YUV 90.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 201 31 106 0 0.85 0.47 0.21 333.53 0.73 0.45
Hex C9 1F 6A 0 55 2F 15 14E 49 2D
Octal 311 37 152 0 125 57 25 516 111 55
Binary 11001001 11111 1101010 0 1010101 101111 10101 101001110 1001001 101101

Color Harmonies of #C91F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91F6A

Black with #C91F6A

Text Example


Text Example

White with #C91F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91F6A; }

 p { color: rgb(201,31,106); }

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

background-color css

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

 a { background-color: rgb(201,31,106); }

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

border-color css

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

 span { border-color: rgb(201,31,106); }

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