Html Css Color HEX #C31058 Ruby

📋 copy color: '#C31058'

red 195 ◦ green 16 ◦ blue 88

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

Shades of Ruby #C31058

Tints of Ruby #C31058

RGB

 RED value IS 195 (76.56% from 255) = 65.22%

 GREEN value IS 16 (6.64% from 255) = 5.35%

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 65.22%
G = 5.35%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C31058 (or 0xC31058) is known color: Ruby. HEX triplet: C3, 10 and 58. RGB value is (195,16,88). Sum of RGB (Red+Green+Blue) = 195+16+88=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C31058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31058 is #3CEFA7. Grayscale: #4D4D4D. Windows color (decimal): -3993512 or 5771459. OLE color: 5771459.

HSL color Cylindrical-coordinate representation of color #C31058: hue angle of 335.87º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31058 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 88 -
CMYK 0 0.92 0.55 0.24
HSL 335.87º 0.85% 0.41% -
HSV(B) 335.87º 0.92% 0.76% -
XYZ 24.45 12.68 10.39 -
YUV 77.73 133.8 211.65 -
System Red Green Blue C M Y K H S L
Decimal 195 16 88 0 0.92 0.55 0.24 335.87 0.85 0.41
Hex C3 10 58 0 5C 37 18 150 55 29
Octal 303 20 130 0 134 67 30 520 125 51
Binary 11000011 10000 1011000 0 1011100 110111 11000 101010000 1010101 101001

Color Harmonies of #C31058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31058

Black with #C31058

Text Example


Text Example

White with #C31058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31058; }

 p { color: rgb(195,16,88); }

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

background-color css

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

 a { background-color: rgb(195,16,88); }

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

border-color css

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

 span { border-color: rgb(195,16,88); }

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