Html Css Color HEX #C31F68 Ruby

📋 copy color: '#C31F68'

red 195 ◦ green 31 ◦ blue 104

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

Shades of Ruby #C31F68

Tints of Ruby #C31F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 59.09%
G = 9.39%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C31F68 (or 0xC31F68) is known color: Ruby. HEX triplet: C3, 1F and 68. RGB value is (195,31,104). Sum of RGB (Red+Green+Blue) = 195+31+104=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F68 is #3CE097. Grayscale: #585858. Windows color (decimal): -3989656 or 6823875. OLE color: 6823875.

HSL color Cylindrical-coordinate representation of color #C31F68: hue angle of 333.29º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F68 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 31 104 -
CMYK 0 0.84 0.47 0.24
HSL 333.29º 0.73% 0.44% -
HSV(B) 333.29º 0.84% 0.76% -
XYZ 25.49 13.58 14.37 -
YUV 88.36 136.83 204.06 -
System Red Green Blue C M Y K H S L
Decimal 195 31 104 0 0.84 0.47 0.24 333.29 0.73 0.44
Hex C3 1F 68 0 54 2F 18 14D 49 2C
Octal 303 37 150 0 124 57 30 515 111 54
Binary 11000011 11111 1101000 0 1010100 101111 11000 101001101 1001001 101100

Color Harmonies of #C31F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F68

Black with #C31F68

Text Example


Text Example

White with #C31F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F68; }

 p { color: rgb(195,31,104); }

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

background-color css

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

 a { background-color: rgb(195,31,104); }

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

border-color css

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

 span { border-color: rgb(195,31,104); }

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