Html Css Color HEX #C31268 Ruby

📋 copy color: '#C31268'

red 195 ◦ green 18 ◦ blue 104

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

Shades of Ruby #C31268

Tints of Ruby #C31268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.68%

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

R = 61.51%
G = 5.68%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C31268 (or 0xC31268) is known color: Ruby. HEX triplet: C3, 12 and 68. RGB value is (195,18,104). Sum of RGB (Red+Green+Blue) = 195+18+104=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C31268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31268 is #3CED97. Grayscale: #505050. Windows color (decimal): -3992984 or 6820547. OLE color: 6820547.

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

Color convert

RGB 195 18 104 -
CMYK 0 0.91 0.47 0.24
HSL 330.85º 0.83% 0.42% -
HSV(B) 330.85º 0.91% 0.76% -
XYZ 25.22 13.03 14.28 -
YUV 80.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 195 18 104 0 0.91 0.47 0.24 330.85 0.83 0.42
Hex C3 12 68 0 5B 2F 18 14B 53 2A
Octal 303 22 150 0 133 57 30 513 123 52
Binary 11000011 10010 1101000 0 1011011 101111 11000 101001011 1010011 101010

Color Harmonies of #C31268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31268

Black with #C31268

Text Example


Text Example

White with #C31268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31268; }

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

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

background-color css

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

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

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

border-color css

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

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

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