Html Css Color HEX #C31865 Ruby

📋 copy color: '#C31865'

red 195 ◦ green 24 ◦ blue 101

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

Shades of Ruby #C31865

Tints of Ruby #C31865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.5%

 BLUE value IS 101 (39.84% from 255) = 31.56%

R = 60.94%
G = 7.5%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C31865 (or 0xC31865) is known color: Ruby. HEX triplet: C3, 18 and 65. RGB value is (195,24,101). Sum of RGB (Red+Green+Blue) = 195+24+101=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C31865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31865 is #3CE79A. Grayscale: #535353. Windows color (decimal): -3991451 or 6625475. OLE color: 6625475.

HSL color Cylindrical-coordinate representation of color #C31865: hue angle of 332.98º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31865 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 24 101 -
CMYK 0 0.88 0.48 0.24
HSL 332.98º 0.78% 0.43% -
HSV(B) 332.98º 0.88% 0.76% -
XYZ 25.18 13.19 13.53 -
YUV 83.91 137.65 207.24 -
System Red Green Blue C M Y K H S L
Decimal 195 24 101 0 0.88 0.48 0.24 332.98 0.78 0.43
Hex C3 18 65 0 58 30 18 14D 4E 2B
Octal 303 30 145 0 130 60 30 515 116 53
Binary 11000011 11000 1100101 0 1011000 110000 11000 101001101 1001110 101011

Color Harmonies of #C31865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31865

Black with #C31865

Text Example


Text Example

White with #C31865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31865; }

 p { color: rgb(195,24,101); }

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

background-color css

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

 a { background-color: rgb(195,24,101); }

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

border-color css

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

 span { border-color: rgb(195,24,101); }

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