Html Css Color HEX #C91E62 Ruby

📋 copy color: '#C91E62'

red 201 ◦ green 30 ◦ blue 98

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

Shades of Ruby #C91E62

Tints of Ruby #C91E62

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 61.09%
G = 9.12%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C91E62 (or 0xC91E62) is known color: Ruby. HEX triplet: C9, 1E and 62. RGB value is (201,30,98). Sum of RGB (Red+Green+Blue) = 201+30+98=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91E62 is #36E19D. Grayscale: #585858. Windows color (decimal): -3596702 or 6430409. OLE color: 6430409.

HSL color Cylindrical-coordinate representation of color #C91E62: hue angle of 336.14º degrees, saturation: 0.74, 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 #C91E62 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 30 98 -
CMYK 0 0.85 0.51 0.21
HSL 336.14º 0.74% 0.45% -
HSV(B) 336.14º 0.85% 0.79% -
XYZ 26.76 14.23 12.89 -
YUV 88.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 201 30 98 0 0.85 0.51 0.21 336.14 0.74 0.45
Hex C9 1E 62 0 55 33 15 150 4A 2D
Octal 311 36 142 0 125 63 25 520 112 55
Binary 11001001 11110 1100010 0 1010101 110011 10101 101010000 1001010 101101

Color Harmonies of #C91E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91E62

Black with #C91E62

Text Example


Text Example

White with #C91E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91E62; }

 p { color: rgb(201,30,98); }

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

background-color css

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

 a { background-color: rgb(201,30,98); }

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

border-color css

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

 span { border-color: rgb(201,30,98); }

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