Html Css Color HEX #C31F66 Ruby

📋 copy color: '#C31F66'

red 195 ◦ green 31 ◦ blue 102

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

Shades of Ruby #C31F66

Tints of Ruby #C31F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 59.45%
G = 9.45%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C31F66 (or 0xC31F66) is known color: Ruby. HEX triplet: C3, 1F and 66. RGB value is (195,31,102). Sum of RGB (Red+Green+Blue) = 195+31+102=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F66 is #3CE099. Grayscale: #585858. Windows color (decimal): -3989658 or 6692803. OLE color: 6692803.

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

Color convert

RGB 195 31 102 -
CMYK 0 0.84 0.48 0.24
HSL 334.02º 0.73% 0.44% -
HSV(B) 334.02º 0.84% 0.76% -
XYZ 25.39 13.54 13.85 -
YUV 88.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 195 31 102 0 0.84 0.48 0.24 334.02 0.73 0.44
Hex C3 1F 66 0 54 30 18 14E 49 2C
Octal 303 37 146 0 124 60 30 516 111 54
Binary 11000011 11111 1100110 0 1010100 110000 11000 101001110 1001001 101100

Color Harmonies of #C31F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F66

Black with #C31F66

Text Example


Text Example

White with #C31F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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