Html Css Color HEX #C31366 Ruby

📋 copy color: '#C31366'

red 195 ◦ green 19 ◦ blue 102

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

Shades of Ruby #C31366

Tints of Ruby #C31366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.01%

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

R = 61.71%
G = 6.01%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C31366 (or 0xC31366) is known color: Ruby. HEX triplet: C3, 13 and 66. RGB value is (195,19,102). Sum of RGB (Red+Green+Blue) = 195+19+102=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C31366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31366 is #3CEC99. Grayscale: #505050. Windows color (decimal): -3992730 or 6689731. OLE color: 6689731.

HSL color Cylindrical-coordinate representation of color #C31366: hue angle of 331.7º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31366 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 102 -
CMYK 0 0.90 0.48 0.24
HSL 331.7º 0.82% 0.42% -
HSV(B) 331.7º 0.9% 0.76% -
XYZ 25.14 13.03 13.76 -
YUV 81.09 139.81 209.25 -
System Red Green Blue C M Y K H S L
Decimal 195 19 102 0 0.90 0.48 0.24 331.7 0.82 0.42
Hex C3 13 66 0 5A 30 18 14C 52 2A
Octal 303 23 146 0 132 60 30 514 122 52
Binary 11000011 10011 1100110 0 1011010 110000 11000 101001100 1010010 101010

Color Harmonies of #C31366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31366

Black with #C31366

Text Example


Text Example

White with #C31366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31366; }

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

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

background-color css

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

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

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

border-color css

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

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

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