Html Css Color HEX #C31862 Ruby

📋 copy color: '#C31862'

red 195 ◦ green 24 ◦ blue 98

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

Shades of Ruby #C31862

Tints of Ruby #C31862

RGB

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

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

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

R = 61.51%
G = 7.57%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C31862 (or 0xC31862) is known color: Ruby. HEX triplet: C3, 18 and 62. RGB value is (195,24,98). Sum of RGB (Red+Green+Blue) = 195+24+98=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C31862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31862 is #3CE79D. Grayscale: #535353. Windows color (decimal): -3991454 or 6428867. OLE color: 6428867.

HSL color Cylindrical-coordinate representation of color #C31862: hue angle of 334.04º 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 #C31862 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 24 98 -
CMYK 0 0.88 0.50 0.24
HSL 334.04º 0.78% 0.43% -
HSV(B) 334.04º 0.88% 0.76% -
XYZ 25.04 13.14 12.77 -
YUV 83.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 195 24 98 0 0.88 0.50 0.24 334.04 0.78 0.43
Hex C3 18 62 0 58 32 18 14E 4E 2B
Octal 303 30 142 0 130 62 30 516 116 53
Binary 11000011 11000 1100010 0 1011000 110010 11000 101001110 1001110 101011

Color Harmonies of #C31862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31862

Black with #C31862

Text Example


Text Example

White with #C31862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31862; }

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

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

background-color css

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

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

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

border-color css

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

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

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