Html Css Color HEX #C31A66 Ruby

📋 copy color: '#C31A66'

red 195 ◦ green 26 ◦ blue 102

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

Shades of Ruby #C31A66

Tints of Ruby #C31A66

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.05%

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

R = 60.37%
G = 8.05%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C31A66 (or 0xC31A66) is known color: Ruby. HEX triplet: C3, 1A and 66. RGB value is (195,26,102). Sum of RGB (Red+Green+Blue) = 195+26+102=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A66 is #3CE599. Grayscale: #555555. Windows color (decimal): -3990938 or 6691523. OLE color: 6691523.

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

Color convert

RGB 195 26 102 -
CMYK 0 0.87 0.48 0.24
HSL 333.02º 0.76% 0.43% -
HSV(B) 333.02º 0.87% 0.76% -
XYZ 25.27 13.3 13.81 -
YUV 85.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 195 26 102 0 0.87 0.48 0.24 333.02 0.76 0.43
Hex C3 1A 66 0 57 30 18 14D 4C 2B
Octal 303 32 146 0 127 60 30 515 114 53
Binary 11000011 11010 1100110 0 1010111 110000 11000 101001101 1001100 101011

Color Harmonies of #C31A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A66

Black with #C31A66

Text Example


Text Example

White with #C31A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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