Html Css Color HEX #C31C67 Ruby

📋 copy color: '#C31C67'

red 195 ◦ green 28 ◦ blue 103

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

Shades of Ruby #C31C67

Tints of Ruby #C31C67

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

 BLUE value IS 103 (40.63% from 255) = 31.6%

R = 59.82%
G = 8.59%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C31C67 (or 0xC31C67) is known color: Ruby. HEX triplet: C3, 1C and 67. RGB value is (195,28,103). Sum of RGB (Red+Green+Blue) = 195+28+103=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C67 is #3CE398. Grayscale: #565656. Windows color (decimal): -3990425 or 6757571. OLE color: 6757571.

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

Color convert

RGB 195 28 103 -
CMYK 0 0.86 0.47 0.24
HSL 333.05º 0.75% 0.44% -
HSV(B) 333.05º 0.86% 0.76% -
XYZ 25.37 13.41 14.08 -
YUV 86.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 195 28 103 0 0.86 0.47 0.24 333.05 0.75 0.44
Hex C3 1C 67 0 56 2F 18 14D 4B 2C
Octal 303 34 147 0 126 57 30 515 113 54
Binary 11000011 11100 1100111 0 1010110 101111 11000 101001101 1001011 101100

Color Harmonies of #C31C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C67

Black with #C31C67

Text Example


Text Example

White with #C31C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C67; }

 p { color: rgb(195,28,103); }

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

background-color css

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

 a { background-color: rgb(195,28,103); }

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

border-color css

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

 span { border-color: rgb(195,28,103); }

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